View source: R/get_overallNlme.R
get_overallNlme | R Documentation |
Access model fit diagnostics from an xpdb object generated by xposeNlme.
get_overallNlme(xpdb, .problem = 1, .subprob = 0, .method = NULL)
xpdb |
An |
.problem |
The problem to be used. |
.subprob |
The subproblem to be used. |
.method |
The estimation method to be used. |
A tibble for single problem/subproblem.
xposeNlme
# Store the parameter table
prmOverall <- get_overallNlme(xpdb_ex_Nlme)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.