| umxParan {umx} | R Documentation |
A wrapper to make paran easier to use.
Just automates applying complete.cases()
Description
A wrapper to make paran easier to use.
Just automates applying complete.cases()
Usage
umxParan(df, cols = NA, graph = TRUE, mapStrings = NULL)
Arguments
df |
The df (just the relevant columns) |
cols |
(optional) list of columns (default = use all) |
graph |
Whether to graph. |
mapStrings |
optional mapping if cols are strings |
Value
nothing
See Also
Other Miscellaneous Stats Functions:
FishersMethod(),
SE_from_p(),
geometric_mean(),
harmonic_mean(),
oddsratio(),
reliability(),
umxCov2cor(),
umxHetCor(),
umxWeightedAIC(),
umx_apply(),
umx_cor(),
umx_means(),
umx_r_test(),
umx_round(),
umx_scale(),
umx_var(),
umx
Examples
library(psych)
library(psychTools)
data(bfi)
umxParan(bfi[, paste0("A", 1:5)])
umxParan(bfi, cols= paste0("A", 1:5))
# umxParan(bfi, paste0("AB", 1))
[Package umx version 4.20.0 Index]