Sample NLME parameters from their uncertainty distribution

Sample NLME parameters from their uncertainty distribution

sampleParamFromUncertainty(
  spec,
  Npop = if (is_IQRnlmeParamSpec(spec)) spec$Npop else 1L
)

Arguments

spec

a filename (character string) denoting the path to a GPF excel file, or a GPF object, or an IQRnlmeParamSpec object.

Npop

integer denoting the number of populations to sample. Default: if(is_IQRnlmeParamSpec(obj)) obj$Npop else if(FLAG_SAMPLE==2) Nsamples else 1L.

Value

a data.frame of Npop rows with columns ID.POP and parameter value columns as follows:

X,Y...:

reference population values for model parameters X,Y...

omega(X),omega(Y)...:

IIV population values for model parameters X,Y,...

corr(X,Y),...:

IIV correlation population values for model parameter pairs.

beta_X(COVRT1),beta_Y(COVRT2),...:

Covariate coefficient population values.

error_PROP1,...:

Residual error population parameters.

See also

Random sampling of NLME model parameters

General Parameter Format

Random sampling of NLME model parameters

General Parameter Format

Other Parameter sampling: calcIndParamValues(), calcTypicalIndParamValues(), combineGPF(), generate_GPFFromIQRnlmeEst(), generate_GPFFromIQRnlmeProject(), generate_GPFFromProjectInfoList(), generate_GPFFromProjectInfo(), getCorMatrixUncertainty(), getCovMatrixIIV(), getCovMatrixUncertainty(), getNamesAllParameters(), getNamesCovariateParameters(), getNamesCovariates(), getNamesErrorParameters(), getNamesIIVCorrParameters(), getNamesIIVParameters(), getNamesModelParameters(), getParamEstimates(), getParamTransformationTypes(), imputeTYPEcol_GPF(), is_GPF(), is_IQRnlmeParamSpec(), read_GPFFromCSV(), read_GPFFromXLS(), sampleIDs(), sampleIndParamValues(), sampleRandomEffects(), sample_GPF(), select_FromGPF(), specifyParamSampling(), transformParamToNormal(), untransformParamFromNormal()

Other Parameter sampling: calcIndParamValues(), calcTypicalIndParamValues(), combineGPF(), generate_GPFFromIQRnlmeEst(), generate_GPFFromIQRnlmeProject(), generate_GPFFromProjectInfoList(), generate_GPFFromProjectInfo(), getCorMatrixUncertainty(), getCovMatrixIIV(), getCovMatrixUncertainty(), getNamesAllParameters(), getNamesCovariateParameters(), getNamesCovariates(), getNamesErrorParameters(), getNamesIIVCorrParameters(), getNamesIIVParameters(), getNamesModelParameters(), getParamEstimates(), getParamTransformationTypes(), imputeTYPEcol_GPF(), is_GPF(), is_IQRnlmeParamSpec(), read_GPFFromCSV(), read_GPFFromXLS(), sampleIDs(), sampleIndParamValues(), sampleRandomEffects(), sample_GPF(), select_FromGPF(), specifyParamSampling(), transformParamToNormal(), untransformParamFromNormal()

Author

Venelin Mitov (IntiQuan)

Examples

if (FALSE) {
#See the examples for sampleIndParamValues:
?sampleIndParamValues
}