Access model fit diagnostics from an xpdb object generated by
xposeNlme.
Usage
get_overallNlme(xpdb, .problem = 1, .subprob = 0, .method = NULL)
Arguments
- xpdb
An xpose
data base object from which the model output file data
will be extracted. Only objects generated by xposeNlme
are supported.
- .problem
The problem to be used.
- .subprob
The subproblem to be used.
- .method
The estimation method to be used.
Value
A tibble for single problem/subproblem.
Examples
# Store the parameter table
prmOverall <- get_overallNlme(xpdb_ex_Nlme)