Read NLME model parameter estimates from an excel file

Read 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'.

Author

Venelin Mitov (IntiQuan)

Examples

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