write.NONMEMdata: Write a NONMEMdata object to a .csv file ready for analysis

Description Usage Arguments Details Value

View source: R/as.NONMEM.R

Description

Write a NONMEMdata object to a .csv file ready for analysis

Usage

1
write.NONMEMdata(x, file, also_RDS = TRUE, verbose = FALSE)

Arguments

x

A NONMEMdata object

file

The file to write to (see write.csv for details)

also_RDS

Also output an .RDS file with ".RDS" appended to the filename

verbose

Passed to as.data.frame.NONMEMdata

Details

The output will be sorted based on the ID column, the TIME column, EVID (decreasing), CMT, then the group columns.

Value

x (invisibly)


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