powered by
umx_means(df, ordVar = 0, na.rm = TRUE)
reliability
umxCov2cor
umx_cor
umx
tmp = mtcars[,1:4] tmp$cyl = ordered(mtcars$cyl) # ordered factor tmp$hp = ordered(mtcars$hp) # binary factor umx_means(tmp, ordVar = 0, na.rm = TRUE)
Run the code above in your browser using DataLab