Theta {Certara.RDarwin} | R Documentation |
Create a new Theta instance with validation.
Description
Create a new Theta instance with validation.
Usage
Theta(
Name = character(),
InitialEstimates = 1,
State = "Present",
Frozen = FALSE,
StParmName = character(),
PMLStructure = character()
)
Arguments
Name |
A character string representing the name of the Theta instance. |
InitialEstimates |
An |
State |
Character specifying the presence of the Theta. Possible values are:
|
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 |
PMLStructure |
PML structure current theta belongs to |
Value
A Theta instance.
See Also
Functions used for Theta specification:
InitialEstimate()
,
create_ModelPD()
,
create_ModelPK()
,
modify_Theta()
Examples
# Create a new Theta instance with a name 'tvV' and initial value 2 (no bounds)
theta <- Theta(Name = "tvV", InitialEstimates = 2)