+32/(0)16/337015
Web: http://med.kuleuven.be/biostat/
http://www.student.kuleuven.be/~m0390867/dimitris.htm
- Original Message -
From: "Robin Hankin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, October 10,
Hello
If you want the multivariate t-distribution,
use rmvt() of the mvtnorm package.
If you want the Wishart distribution, one
can write a little nonce function:
library(mvtnorm)
rwis <- function(n,sigma){
crossprod(rmvnorm(n,sigma=sigma))
}
I'm not sure what you mean by the multivariate gam
2 matches
Mail list logo