Get the names of the error parameters
getNamesErrorParameters.Rd
Get the names of the error parameters
getNamesErrorParameters(obj)
Arguments
obj | a filename (character string) denoting the path to a GPF file, or a GPF object, or an IQRnlmeParamSpec object. |
---|
Value
a character vector
See also
Random sampling of NLME model parameters
Other functions in the NLME parameter sampling API:
calcIndParamValues()
,
calcTypicalIndParamValues()
,
combineGPF()
,
generate_GPFFromIQRnlmeProject()
,
generate_GPFFromProjectInfoList()
,
generate_GPFFromProjectInfo()
,
getCorMatrixUncertainty()
,
getCovMatrixIIV()
,
getCovMatrixUncertainty()
,
getNamesAllParameters()
,
getNamesCovariateParameters()
,
getNamesIIVCorrParameters()
,
getNamesIIVParameters()
,
getNamesModelParameters()
,
getParamEstimates()
,
getParamTransformationTypes()
,
imputeTYPEcol_GPF()
,
is.GPF()
,
is.IQRnlmeParamSpec()
,
read_GPFFromCSV()
,
read_GPFFromXLS()
,
sampleIDs()
,
sampleIndParamValues()
,
sampleParamFromUncertainty()
,
sampleRandomEffects()
,
specifyParamSampling()
,
transformParamToNormal()
,
untransformParamFromNormal()