installing umx

Posted on
Picture of user. tbates Joined: 07/31/2009
Forums

you can install umx as with other packages on CRAN


install.packages("umx")
library("umx")

If you want the bleeding-edge version, install from github


devtools::install_github("tbates/umx")
library("umx")