as.data.frame.NONMEMdata: Convert a NONMEMdata object to a data frame

Description Usage Arguments Details Value

View source: R/as.NONMEM.R

Description

Convert a NONMEMdata object to a data frame

Usage

1
2
3
## S3 method for class 'NONMEMdata'
as.data.frame(x, ..., stringsAsFactors = FALSE,
  verbose = FALSE)

Arguments

x

The object to convert to a data.frame

..., stringsAsFactors

Ignored (kept as arguments for compatibility with the generic as.data.frame method)

verbose

Describe modifications made in detail (as messages).

Details

The data.frame will be sorted by ID, TIME (NA first then ordered by number), EVID (decreasing), CMT, then the group columns. Columns will be converted to numeric with the following rules:

Column order will be ID, TIME, EVID, EXCLUDENUM, other numeric columns (after conversion), character columns (after conversion).

Value

A data.frame (or similar object) as described in the details


billdenney/pknca.portation documentation built on May 3, 2019, 2:55 p.m.