Skip to contents

cogscimodel() initializes a cogscimodel object. It can be used to declare the input data being used by the model.

Usage

cognitivemodel(data, ...)

Arguments

data

a data.frame holding the variables that the first model uses

Details

cogscimodel() is used to construct the initial model object, and is almost always followed by %+% to add a component to the model.