Recently I got to use Structural Equation Modelling for some certain article. I got to install psych to do SEM through sem. This package depends on Rgraphviz but Rgraphviz is not available for R 3.3. I found a useful resource online that shows as how to install Rgraphviz in R latest version. The following is the code.
source("http://bioconductor.org/biocLite.R")
biocLite("Rgraphviz")
Enjoy with psych now.
No comments:
Post a Comment