Skip to content

Hit and signal regressions per subject #25

@aridyckovsky

Description

@aridyckovsky

TODO:

  • Create an is_hit logical column (0, 1)
  • Reaction time regression on signal time per participant

Potential regression ideas:

library(lme4)

lmer(
  reaction_time ~ 1 + signal_time + (1 | id), 
  data = combined_hits_df[is.finite(combined_hits_df$reaction_time)]
)

glmer(is_hit ~ 1 + signal_time + (1 | id), data = combined_hits_df, family = "binomial")

Metadata

Metadata

Labels

dataManipulates data in some way

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions