forest.timeC | R Documentation |
A function forest plot the Time spent vs. survival. This function allows you to plot...
forest.timeC(
project.file = NULL,
c.name = NULL,
prop.name = NULL,
survtab = NULL,
simtimes = 7,
hr.range = c(-3, 3),
c.range = c(5, 10, 20, 30, 40, 50, 75, 100, 150, 200)
)
project.file |
Monolix (2018) project file. ex: "./monolix/run1.mlxtran" |
c.name |
Name of the concentration in the mlxtran project. ex : "C1" |
prop.name |
Name of the sigma parameter. ex : "b". |
survtab |
Table of survival: 3 columns ID, TIME, PROG. |
simtimes |
Time of evaluation |
hr.range |
HR range to plot (powers of 2). default: c(-3,3) gives [.125 - 8]. |
c.range |
Concentrations |
# getwd()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.