Get parameter transformation types from a IQRnlmeParamSpec object.
getParamTransformationTypes.Rd
Get parameter transformation types from a IQRnlmeParamSpec object.
getParamTransformationTypes(obj)
Arguments
Value
a named character vector with named elements as follows:
- X,Y...:
transformation types for model parameters X,Y...
- omega(X),omega(Y)...:
transformation types for the IIV values for model parameters X,Y,... (always type 'L').
- corr(X,Y),...:
transformation types for IIV correlations model parameter pairs (always type 'N'.
- beta_X(COVRT1),beta_Y(COVRT2),...:
Covariate coefficient population values (always type 'N').
- error_PROP1,...:
Residual error population parameters (always type 'L').
See also
Random sampling of NLME model parameters
Other Parameter sampling:
calcIndParamValues()
,
calcTypicalIndParamValues()
,
combineGPF()
,
generate_GPFFromIQRnlmeEst()
,
generate_GPFFromIQRnlmeProject()
,
generate_GPFFromProjectInfo()
,
generate_GPFFromProjectInfoList()
,
getCorMatrixUncertainty()
,
getCovMatrixIIV()
,
getCovMatrixUncertainty()
,
getNamesAllParameters()
,
getNamesCovariateParameters()
,
getNamesCovariates()
,
getNamesErrorParameters()
,
getNamesIIVCorrParameters()
,
getNamesIIVParameters()
,
getNamesModelParameters()
,
getParamEstimates()
,
imputeTYPEcol_GPF()
,
is_GPF()
,
is_IQRnlmeParamSpec()
,
read_GPFFromCSV()
,
read_GPFFromXLS()
,
sampleIDs()
,
sampleIndParamValues()
,
sampleParamFromUncertainty()
,
sampleRandomEffects()
,
sample_GPF()
,
select_FromGPF()
,
specifyParamSampling()
,
transformParamToNormal()
,
untransformParamFromNormal()