| rda | R Documentation |
This function conducts redundancy analysis using the OpenMx package. Missing data are handled with the full information maximum likelihood method when raw data are available. It provides standard errors for the standardized estimates.
rda(
X_vars,
Y_vars,
data = NULL,
Cov = NULL,
numObs = NULL,
extraTries = 50,
...
)
X_vars |
A vector of characters of the X variables. |
Y_vars |
A vector of characters of the Y variables. |
data |
A data frame containing raw data. If NULL, |
Cov |
A covariance or correlation matrix. Required when |
numObs |
A sample size. Required when |
extraTries |
This function calls |
... |
Additional arguments passed to either
|
A list with class RDA. It stores the model in OpenMx
objects. The fitted object is stored in mx.fit.
Mike W.-L. Cheung mikewlcheung@nus.edu.sg
Gu, F., Yung, Y.-F., Cheung, M. W.-L., Joo, B.-K., & Nimon, K. (2023). Statistical inference in redundancy analysis: A direct covariance structure modeling approach. Multivariate Behavioral Research, 58(5), 877-893. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1080/00273171.2022.2141675")}
Chittum19, sas_ex2
## Redundancy Analysis
rda(X_vars=c("x1", "x2", "x3", "x4"),
Y_vars=c("y1", "y2", "y3"),
data=sas_ex2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.