Create a new Theta instance with validation.
Theta.RdCreate a new Theta instance with validation.
Arguments
- Name
A character string representing the name of the Theta instance.
- InitialEstimates
An
InitialEstimate()class instance or a numerical value for the initial estimate of the Theta or a numeric vector length three with its elements representing the lower bound, initial estimate.- State
Character specifying the presence of the Theta. Possible values are:
NoneThe Theta does not exist in the specifiedPMLStructure.PresentThe Theta exists in the specifiedPMLStructure(the default)SearchedThe presence of the Theta is searched.
- Frozen
A logical value indicating whether the Theta will be estimated or not.
- StParmName
A character specifying the corresponding structural parameter name. Used for the
Nameof current Theta construction if it is not specified as 'tv' +StParmName.- PMLStructure
PML structure current theta belongs to
See also
Functions used for Theta specification:
InitialEstimate(),
create_ModelPD(),
create_ModelPK(),
modify_Theta()