Dear all, I want to use R function mvrnorm (package MASS) in my c++ scripts. Below is the R code:
library(MASS)
x<-matrix(c(1.5,0,0,0,1.5,0,0,0,1.5),3,3)
mvrnorm(1,c(15,33,26),x)
I will appreciate you very much if you give me some help and advice! Thank you
so much!
Victor
_______________________________________________ Rcpp-devel mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
