Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
calcSESimpleSlopes <- function(X, V) {
.Call(`_modsem_calcSESimpleSlopes`, X, V)
}
muLmsCpp <- function(model, z) {
.Call(`_modsem_muLmsCpp`, model, z)
}
sigmaLmsCpp <- function(model, z) {
.Call(`_modsem_sigmaLmsCpp`, model, z)
}
muQmlCpp <- function(m, t) {
.Call(`_modsem_muQmlCpp`, m, t)
}
sigmaQmlCpp <- function(m, t) {
.Call(`_modsem_sigmaQmlCpp`, m, t)
}
calcKronXi <- function(m, t) {
.Call(`_modsem_calcKronXi`, m, t)
}
calcBinvCpp <- function(m, t) {
.Call(`_modsem_calcBinvCpp`, m, t)
}
dnormCpp <- function(x, mu, sigma) {
.Call(`_modsem_dnormCpp`, x, mu, sigma)
}
varZCpp <- function(Omega, Sigma1, numEta) {
.Call(`_modsem_varZCpp`, Omega, Sigma1, numEta)
}
#' Multiply indicators
#' @param df A data DataFrame
#' @return A NumericVector
#' @export
multiplyIndicatorsCpp <- function(df) {
.Call(`_modsem_multiplyIndicatorsCpp`, df)
}
rep_dmvnorm <- function(x, expected, sigma, t) {
.Call(`_modsem_rep_dmvnorm`, x, expected, sigma, t)
}
dmvnrm_arma_mc <- function(x, mean, sigma, logd = TRUE) {
.Call(`_modsem_dmvnrm_arma_mc`, x, mean, sigma, logd)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.