r - EyetrackingR: make_eyetrackingr_data -- subscript out of bounds -


i using eyetrackingr package (http://www.eyetracking-r.com/workflow) analyse data. package includes function called make_eyetrackingr_data using raw data (all_kids).

the code type in looks this:

data <- make_eyetrackingr_data(all_kids,                             participant_column = "subject",                            trial_column = "trialid",                            time_column = "tettime",                            trackloss_column = c('validitylefteye','validityrighteye'),                            aoi_columns = c('targetlook','distractorlook'),                            treat_non_aoi_looks_as_missing = true) 

the output r gives me is:

converting trial proper type. converting trackloss proper type. converting trackloss proper type. converting aoi proper type. converting aoi proper type. error in .subset2(x, i, exact = exact) : subscript out of bounds 

now, apparently there sort of problem data frame being large or (as can tell quite new whole r world). know there functions test if frame large, have no clue how works.

any appreciated


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -