View source: R/idem_imputation.R
plot.IDEMFIT | R Documentation |
Plot method of the class IDEMFIT
to generate model fitting diagnosis
plots
## S3 method for class 'IDEMFIT'
plot(x, trt = NULL, mfrow = NULL, ...)
x |
A class |
trt |
Treatment arm selected for the diagnostic plots. If |
mfrow |
Plot option |
... |
Additional arguments |
imFitModel
im.abc <- imData(abc, trt="TRT", surv="SURV", outcome=c("Y1","Y2"),
y0=NULL, endfml="Y2",
trt.label = c("UC+SBT", "SAT+SBT"),
cov=c("AGE"), duration=365, bounds=c(0,100));
im.fit <- imFitModel(im.abc);
plot(im.fit, mfrow=c(2,4));
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.