# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
mvrnormArma <- function(n, mu, sigma) {
.Call(`_TraitGMYC_mvrnormArma`, n, mu, sigma)
}
colMeansArma <- function(x) {
.Call(`_TraitGMYC_colMeansArma`, x)
}
meansAfterMvrnormDraw <- function(n, mu, sigma) {
.Call(`_TraitGMYC_meansAfterMvrnormDraw`, n, mu, sigma)
}
getMvrnormMeansAfterTime <- function(tt, n, mu, sigma) {
.Call(`_TraitGMYC_getMvrnormMeansAfterTime`, tt, n, mu, sigma)
}
notWorking <- function(tt, n, mu, sigma) {
.Call(`_TraitGMYC_notWorking`, tt, n, mu, sigma)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.