dataFormat: Integrate NONMEM Data for Plotting

Description Usage Arguments Details Value Author(s) References See Also

Description

Integrates data.frames representing standard NONMEM output and the source data.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
dataFormat(
	tabdata, 
	covdata, 
	pardata, 
	logtrans = FALSE, 
	grp = NULL, 
	grpnames = NULL, 
	cont.cov = NULL, 
	cat.cov = NULL, 
	par.list = NULL, 
	eta.list = NULL, 
	missing = -99, 
	run, 
	...
)

Arguments

tabdata

data.frame for ‘*.TAB

covdata

data.frame for underlying dataset,one record per ID

pardata

data.frame for ‘*par.TAB

logtrans

see PLOTR

grp

see PLOTR

grpnames

see PLOTR

cont.cov

see PLOTR

cat.cov

see PLOTR

par.list

see PLOTR

eta.list

see PLOTR

missing

see PLOTR

run

see PLOTR

...

passed to synthesis

Details

Called by dataSynthesis, and in turn calls synthesis.

Value

data.frame

Author(s)

Tim Bergsma

References

http://metrumrg.googlecode.com

See Also


metrumrg documentation built on May 2, 2019, 5:55 p.m.