plot Min.R2.delta {EffectTreat} | R Documentation |
Plot R^2_{\delta}
as a function of \delta
.
Description
This function plots R^2_{\delta}
as a function of \delta
(in the multivariate case).
Usage
## S3 method for class 'Min.R2.delta'
plot(x, Ylab, Main="", Ylim=c(0, 1), ...)
Arguments
x |
An object of class |
Ylab |
The legend of the Y-axis of the PCA plot. Default |
Main |
The title of the plot. Default " " (no title). |
Ylim |
The limits of the Y-axis. Default |
... |
Extra graphical parameters to be passed to |
Author(s)
Wim Van der Elst, Ariel Alonso, & Geert Molenberghs
References
Alonso, A., Van der Elst, W., Luaces, P., Sanchez, L., & Molenberghs, G. (submitted). Evaluating multivariate predictors of therapeutic success: a causal inference approach.
See Also
Examples
Fit <- Min.R2.delta(delta = seq(from = 0, to = 250, by=50),
Sigma_T0T0 = 38.606, Sigma_T1T1 = 663.917)
# Explore the results
summary(Fit)
plot(Fit)
[Package EffectTreat version 1.1 Index]