read.TTE.sim.data {xpose4} | R Documentation |
Read (repeated) time-to-event simulation data files.
Description
Read (repeated) time-to-event simulation data files.
Usage
read.TTE.sim.data(
sim.file,
subset = NULL,
headers = c("REP", "ID", "DV", "TIME", "FLAG2", "DOSE"),
xpose.table.file = FALSE,
...
)
Arguments
sim.file |
Name of the simulated file. |
subset |
subset to extract. |
headers |
headers in file. |
xpose.table.file |
xpose table files. |
... |
Extra arguments passed to function. |
Author(s)
Andrew C. Hooker
See Also
Other data functions:
add_transformed_columns
,
change_graphical_parameters
,
change_misc_parameters
,
compute.cwres()
,
data.checkout()
,
data_extract_or_assign
,
db.names()
,
export.graph.par()
,
export.variable.definitions()
,
import.graph.par()
,
import.variable.definitions()
,
make.sb.data()
,
nsim()
,
par_cov_summary
,
read.nm.tables()
,
read_NM_output
,
read_nm_table()
,
simprazExample()
,
tabulate.parameters()
,
xlabel()
,
xpose.data
,
xpose.print()
,
xpose4-package
,
xsubset()
[Package xpose4 version 4.7.3 Index]