cognitivemodel: Add components to a model

View source: R/cognitivemodel-class.R

cognitivemodelR Documentation

Add components to a model

Description

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.


JanaJarecki/cogscimodels documentation built on Nov. 4, 2022, 5:33 p.m.