vpc_saemFit: VPC for nlmixr saemFit objects

View source: R/vpc.saemFit.R

vpc_saemFitR Documentation

VPC for nlmixr saemFit objects

Description

VPC for nlmixr saemFit objects

Usage

vpc_saemFit(fit, dat, nsim = 100, by = NULL, ...)

## S3 method for class 'saemFit'
vpc(sim, ...)

Arguments

fit

saemFit object

dat

Data to augment the saemFit vpc simulation

nsim

Number of simulations for the VPC

by

Variables to condition the VPC

...

Other arguments sent to vpc_vpc

sim

this is usually a data.frame with observed data, containing the independent and dependent variable, a column indicating the individual, and possibly covariates. E.g. load in from NONMEM using read_table_nm. However it can also be an object like a nlmixr or xpose object

Value

vpc object from the vpc_vpc package

Author(s)

Wenping Wang


nlmixr documentation built on March 27, 2022, 5:05 p.m.

Related to vpc_saemFit in nlmixr...