Learn R Programming

secr (version 1.3.0)

secr.make.newdata: Create Default Design Data

Description

Generate a dataframe containing design data for the base levels of all predictors in an secr object.

Usage

secr.make.newdata(object)

Arguments

object
fitted secr model object

Value

  • A dataframe with one row for each session and group, and columns for the predictors used by object$model.

Details

secr.make.newdata is used by predict in lieu of user-specified 'newdata'. There is seldom any need to call secr.make.newdata directly.

See Also

predict.secr, secr.fit

Examples

Run this code
data(secrdemo)
secr.make.newdata(secrdemo.b)

Run the code above in your browser using DataLab