I would like to sample from a multivariate normal and inverse-wishart distribution. I know R has mvrnorm (MASS) and riwish (MCMCpack). Is it possible through RInside to use those functions?
Asked
Active
Viewed 603 times
1
-
phrasing in English? what are you talking about???? – Sylver Jun 30 '11 at 17:54
-
2@slashmais: It looks pretty clear to me (if you are familiar with the relevant technology). – Lightness Races in Orbit Jun 30 '11 at 18:22
-
Added 'r' tag as well to give this a bit more visibility. – Dirk Eddelbuettel Jul 30 '11 at 18:06
1 Answers
0
Yes, it is. You can always post on rcpp-devel for more help --- the list archives show how to access different R functions from C++ via Rcpp, and RInside lets you have this from C++.

Dirk Eddelbuettel
- 360,940
- 56
- 644
- 725