R/abs_load_data.R
classify_vars.Rd
Classify variables in a BehaviorSpace experiment data frame into
dependent and independent. This function uses the fact that BehaviorSpace
puts the independent variable columns before the [steps]
column, and the
dependent variables after.
classify_vars(df)
A named list containing character vectors of independent and dependent variables.