| secr.make.newdata {secr} | R Documentation |
Generate a dataframe containing design data for the base levels of all predictors in an secr object.
secr.make.newdata(object)
object |
fitted secr model object |
secr.make.newdata is used by predict in lieu of
user-specified 'newdata'. There is seldom any need to call
secr.make.newdata directly.
A dataframe with one row for each session and group, and columns for the
predictors used by object$model.
Murray Efford murray.efford@otago.ac.nz
data(secrdemo) secr.make.newdata(secrdemo.b)