View source: R/cognitivemodel-class.R
| cognitivemodel | R Documentation |
cogscimodel() initializes a cogscimodel object. It can be used to
declare the input data being used by the model.
cognitivemodel(data, ...)
data |
a data.frame holding the variables that the first model uses |
cogscimodel() is used to construct the initial model object,
and is almost always followed by %+% to add a component to the
model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.