You are here

installing umx

1 post / 0 new
tbates's picture
Offline
Joined: 07/31/2009 - 14:25
installing umx

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")