The dynrRecipe Class
class
This is an internal class structure. You should not use it directly. The following are all subclasses of this class: dynrMeasurement-class
, dynrDynamics-class
, dynrRegimes-class
, dynrInitial-class
, dynrNoise-class
, and dynrTrans-class
. Recipes are the things that go into a dynrModel-class
using dynr.model
. Use the recipe prep functions (prep.measurement
, prep.formulaDynamics
, prep.matrixDynamics
, prep.regimes
, prep.initial
, prep.noise
, or prep.tfun
) to create these classes instead.