nlme.par.vs.cov: Plot parameter estimates against covariates

View source: R/ggNlme.R

nlme.par.vs.covR Documentation

Plot parameter estimates against covariates

Description

Use to create a stack of plots of parameter estimates plotted against covariates.

Usage

nlme.par.vs.cov(xpdb, covColNames, nrow = 1, ncol = 1, ...)

Arguments

xpdb

An xpose database object.

covColNames

Character vector of covariates to build the matrix.

nrow

Number of rows.

ncol

Number of columns; if ncol=1, each gtable object is treated separately.

...

Parameters to be passed to ggarrange().

Value

List of gtable

Examples

nlme.par.vs.cov(
  xpdb = xpdb_ex_Nlme,
  covColNames = c("sex", "wt", "age")
)


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