Skip to content
Prev 366627 / 398502 Next

Running Omega in R

...although publishing a package is not the same as issuing a blank cheque for free support, so you may want to dig a little deeper first. 

I'd check the documentation for whether the data are in the right format. In particular, can "m" be a data frame? If it wants a matrix, you probably need to give it one (m=as.matrix(construct) should do it).

-pd