Read NLME model parameter estimates from an excel file
read_GPFFromXLS.RdRead NLME model parameter estimates from an excel file
read_GPFFromXLS(filename)Arguments
- filename
a character string denoting a path to an excel file in the format described in General Parameter Format.
Value
an object of S3 class GPF. This is a named list with two named data.frame elements: 'estimates' and 'uncertainty_correlation'.
See also
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(),
getParamTransformationTypes(),
imputeTYPEcol_GPF(),
is_GPF(),
is_IQRnlmeParamSpec(),
read_GPFFromCSV(),
sampleIDs(),
sampleIndParamValues(),
sampleParamFromUncertainty(),
sampleRandomEffects(),
sample_GPF(),
select_FromGPF(),
specifyParamSampling(),
transformParamToNormal(),
untransformParamFromNormal()
Other GPF:
GPF(),
addIIVCov_toGPF(),
combineGPF(),
export_GPF(),
generate_GPFFromIQRnlmeEst(),
generate_GPFFromIQRnlmeProject(),
generate_GPFFromProjectInfo(),
generate_GPFFromProjectInfoList(),
imputeTYPEcol_GPF(),
load_GPF(),
read_GPFFromCSV(),
sample_GPF(),
select_FromGPF()
Examples
if (FALSE) { # \dontrun{
#See the examples for sampleIndParamValues:
?sampleIndParamValues
} # }
