# NOT RUN {
data(olive)
olive2 <- olive[,-(1:2)]
rates <- psi_hyper(shape=2.5, covar=cov(olive2), type="isotropic")
rates
olive_scaled <- scale(olive2, center=TRUE, scale=TRUE)
rate <- psi_hyper(shape=3, covar=cov(olive_scaled), type="unconstrained")
rate
# }
Run the code above in your browser using DataLab