UVA | R Documentation |
Identifies locally dependent (redundant) variables in a
multivariate dataset using the EBICglasso.qgraph
network estimation method and weighted topological overlap
(see Christensen, Garrido, & Golino, 2023 for more details)
UVA(
data = NULL,
network = NULL,
n = NULL,
key = NULL,
uva.method = c("MBR", "EJP"),
cut.off = 0.25,
reduce = TRUE,
reduce.method = c("latent", "mean", "remove", "sum"),
auto = TRUE,
verbose = FALSE,
...
)
data |
Matrix or data frame.
Should consist only of variables to be used in the analysis.
Can be raw data or a correlation matrix.
Defaults to |
network |
Symmetric matrix or data frame.
A symmetric network.
Defaults to If both |
n |
Numeric (length = 1).
Sample size if |
key |
Character vector (length = |
uva.method |
Character (length = 1).
Whether the method described in Christensen, Garrido, and
Golino (2023) publication in Multivariate Behavioral Research
( Based on simulation and accumulating empirical evidence, the methods described in Christensen, Golino, and Silvia (2020) such as adaptive alpha are outdated. Evidence supports using a single cut-off value (regardless of continuous, polytomous, or dichotomous data; Christensen, Garrido, & Golino, 2023) |
cut.off |
Numeric (length = 1).
Cut-off used to determine when pairwise This cut-off value is recommended and based on extensive simulation
(Christensen, Garrido, & Golino, 2023). Printing the result will
provide a gradient of pairwise redundancies in increments of 0.20,
0.25, and 0.30. Use |
reduce |
Logical (length = 1).
Whether redundancies should be reduced in data.
Defaults to |
reduce.method |
Character (length = 1). Method to reduce redundancies. Available options:
|
auto |
Logical (length = 1).
Whether
|
verbose |
Boolean (length = 1).
Whether messages and (insignificant) warnings should be output.
Defaults to |
... |
Additional arguments that should be passed on to
old versions of |
Most recent simulation and implementation
Christensen, A. P., Garrido, L. E., & Golino, H. (2023).
Unique variable analysis: A network psychometrics method to detect local dependence.
Multivariate Behavioral Research.
Conceptual foundation and outdated methods
Christensen, A. P., Golino, H., & Silvia, P. J. (2020).
A psychometric network perspective on the validity and validation of personality trait questionnaires.
European Journal of Personality, 34(6), 1095-1108.
Weighted topological overlap
Nowick, K., Gernat, T., Almaas, E., & Stubbs, L. (2009).
Differences in human and chimpanzee gene expression patterns define an evolving network of transcription factors in brain.
Proceedings of the National Academy of Sciences, 106, 22358-22363.
Selection of CFA Estimator
Rhemtulla, M., Brosseau-Liard, P. E., & Savalei, V. (2012).
When can categorical variables be treated as continuous? A comparison of robust continuous and categorical SEM estimation methods under suboptimal conditions.
Psychological Methods, 17(3), 354-373.
# Perform UVA
uva.wmt <- UVA(wmt2[,7:24])
# Show summary
summary(uva.wmt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.