get_overallNlme: Access NLME model overall fit results

View source: R/get_overallNlme.R

get_overallNlmeR 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 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.

See Also

xposeNlme

Examples

# Store the parameter table
prmOverall <- get_overallNlme(xpdb_ex_Nlme)


Certara.Xpose.NLME documentation built on April 3, 2025, 7:45 p.m.