Description Usage Arguments Author(s) References See Also Examples
This function plots R^2_{δ} as a function of δ (in the multivariate case).
1 2 |
x |
An object of class |
Ylab |
The legend of the Y-axis of the PCA plot. Default R^2_{δ}. |
Main |
The title of the plot. Default " " (no title). |
Ylim |
The limits of the Y-axis. Default |
... |
Extra graphical parameters to be passed to |
Wim Van der Elst, Ariel Alonso, & Geert Molenberghs
Alonso, A., Van der Elst, W., Luaces, P., Sanchez, L., & Molenberghs, G. (submitted). Evaluating multivariate predictors of therapeutic success: a causal inference approach.
Min.R2.delta
1 2 3 4 5 6 | 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)
|
Function call:
Min.R2.delta(delta = seq(from = 0, to = 250, by = 50), Sigma_T0T0 = 38.606,
Sigma_T1T1 = 663.917)
# R2_delta for different delta's:
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
delta R^2_delta
1 0 1.0000000
2 50 0.9511107
3 100 0.9022213
4 150 0.8533320
5 200 0.8044426
6 250 0.7555533
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.