Read NLME model parameter estimates from a csv file

Read NLME model parameter estimates from a csv file

read_GPFFromCSV(filename)

Arguments

filename

character denoting a path to a .csv file in the format of an estimates table described in <TODO: LINK TO BOOK CHAPTER>.

Value

an object of S3 class GPF. This is a named list with two named data.frame elements: 'estimates' and 'uncertainty_correlation'. Since the input is a .csv file containing only an estimates table, the uncertainty_correlation is set to an idenitity matrix.

Author

Venelin Mitov (IntiQuan)

Examples

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