Description Usage Arguments Examples
View source: R/BSmake_tcplotdata.R
time course plots for eye tracking computes avg proportion and BOOTSTRAPPED by subject 95% CIs (for Dale).
1 2 3 4 5 6 7 8 9 10  | BSmake_tcplotdata(
  df,
  AOIs,
  subj,
  n = 100,
  ...,
  bin = CURRENT_BIN,
  bin_interval = 20,
  level = 0.95
)
 | 
df | 
 dataframe  | 
AOIs | 
 columnnames of AOIs (for eyelink trackers, the RIGHT_1_P, RIGHT_2_P,... columns)  | 
subj | 
 participant column  | 
n | 
 bootstrap samples. so.. R really..  | 
... | 
 variable names of experimental conditions  | 
bin | 
 BIN variable (for eyelink, this is the CURRENT_BIN column). Defaults to "CURRENT_BIN".  | 
bin_interval | 
 the time of each bin  | 
level | 
 confidence level, .95 by default  | 
1 2  | plottingdata <- BSmake_tcplotdata(df,AOIs=c(refprop,disprop),subj=Participant,fluency,gesture,n=1000)
tcplot(plottingdata,0,2000,lty=fluency)+facet_wrap(~gesture)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.