- PMLParametersSets
A list of PML parameters sets (PMLModels class
instance).
- StParmName
Character specifying the name of the structural parameter
to be added.
- Type
Character specifying the type of the structural parameter. Options are
stparm(V = tvV * wt^dVdwt * exp(nV + nVx0*(Occasion==0) + nVx1*(Occasion==1)))
stparm(V = (tvV + wt*dVdwt) * exp(nV + nVx0*( Occasion==0) + nVx1*( Occasion==1)))
stparm(V = exp(tvV + wt*dVdwt + nV + nVx0*(Occasion==0) + nVx1*(Occason==1)))
stparm(V = ilogit(tvV + wt*dVdwt + nV + nVx0*(Occasion==0) + nVx1*(Occasion==1)))
stparm(V = tvV + wt*dVdwt + nV + nVx0*(Occasion==0) + nVx1*(Occasion==1))
- State
character string that indicates the presence of the structural
parameter. Options are:
None The structural parameter does not exist in the specified PMLStructures.
Present The structural parameter exists in the specified PMLStructures (the default).
Searched The presence of the structural parameter is searched.
- ThetaStParm
A Theta class instance inside the structural parameter. If
not given, the associated Theta will be automatically created with its name
set to "tv" + StParmName.
- OmegaStParm
An Omega class instance inside the structural parameter.
If not given, the associated Omega will be automatically created with its
name set to "n" + StParmName
- Covariates
A list of covariates (Covariate instances) that should be
included in the structural parameter statement.
- PMLStructures
Character or character vector specifying names of PML
structures to which the structural parameter will be added. For the naming
convention of PMLStructures, see Details section of
get_PMLParametersSets().
- DosepointArgName
Character specifying the name of the argument in the
Dosepoint() instance to add/update the associated structural parameter.
Options are bioavail, rate, duration, tlag. Not applicable for
custom models