ModelParameter-class {PFIM} | R Documentation |
Class "ModelParameter"
Description
The class ModelParameter
defines information concerning the model parameters.
Objects from the class
Objects form the class ModelParameter
can be created by calls of the form ModelParameter(...)
where
(...) are the parameters for the ModelParameter
objects.
Slots for ModelParameter
objects
name
:A string giving the name of the parameter.
distribution
:An object from the class
Distribution
giving the distribution of the parameter.fixedMu
:A boolean giving if mu is fixed or not.
fixedOmega
:A boolean giving if omega is fixed or not.
[Package PFIM version 6.0.3 Index]