get_overallNlme {Certara.Xpose.NLME} | R Documentation |
Access NLME model overall fit results
Description
Access model fit diagnostics from an xpdb object generated by xposeNlme.
Usage
get_overallNlme(xpdb, .problem = 1, .subprob = 0, .method = NULL)
Arguments
xpdb |
An |
.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.
See Also
Examples
# Store the parameter table
prmOverall <- get_overallNlme(xpdb_ex_Nlme)
[Package Certara.Xpose.NLME version 2.0.2 Index]