Internal function used to 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
装秘书服务模型对象
Details
详细信息----------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.
secr.make.newdata使用predict代替用户指定的“newdata”。里面很少有任何需要secr.make.newdata直接调用“。
值----------Value----------
A dataframe with one row for each session and group, and columns for the predictors used by object$model.
一个行每个会话和组,并使用object$model的预测列一个数据框。
参见----------See Also----------
predict.secr, secr.fit
predict.secr,secr.fit
实例----------Examples----------
## from previously fitted model[#预先安装模式的]
secr.make.newdata(secrdemo.b)