nm.process.coveffects: Evaluate equations (as a list of calls) over the covariates...

View source: R/nm.process.coveffects.r

nm.process.coveffectsR Documentation

Evaluate equations (as a list of calls) over the covariates involved.

Description

A list of equations that define the covariate relationships is...

Usage

nm.process.coveffects(
  eqs,
  covs.info,
  pars,
  xpose.df,
  omega,
  Nboot = 10000,
  pi.wid = 0.9
)

Arguments

eqs

A list of calls

covs.info

A list of covInfo objects to parameterize the subanalysis

pars

A list or single-row data.frame of the parameter estimates (THETA, OMEGA)

xpose.df

A dataframe containing post-hoc parameter values

omega

The random effect covariance matrix from which to simulate ETA values

Nboot

The number of bootstrap samples to run for each sample point

pi.wid

The width of prediction intervals (e.g. 0.9 is a 90% prediction interval)

Value

A list including lists of: covariate effect plots, table of covariate effects, table of post-hoc values – for each covariate effect; the call list; the list of covInfo


qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.