View source: R/func_discreteVPC.R
discreteVPCTTE | R Documentation |
This function provides VPC plots for time-to-event data models (work in progress)
discreteVPCTTE(
object,
ngrid = 200,
interpolation.method = "step",
verbose = FALSE,
...
)
object |
an saemixObject object returned by the |
ngrid |
number of grid points on the X-axis to extrapolate the KM-VPC |
interpolation.method |
method to use for the interpolation of the KM for the simulated datasets. Available methods are "step": the value of the survival function for a given grid point is set to the value of the last time "lin": a linear approximation is used between two consecutive times (defaults to "step") |
verbose |
whether to print messages (defaults to FALSE) |
... |
additional arguments, used to pass graphical options (to be implemented, currently not available) |
add details on TTE VPC, RTTE VPC, etc...
Emmanuelle Comets emmanuelle.comets@inserm.fr
SaemixObject
, saemix
,
saemix.plot.vpc
, simulateDiscreteSaemix
Tutorials on TTE-VPC TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.