R/RcppExports.R

Defines functions make_beta make_F

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

make_F <- function(T, diagonal_loadings, lower_tri_loadings, pstream__ = 0L) {
    .Call(`_bsynth_make_F`, T, diagonal_loadings, lower_tri_loadings, pstream__)
}

make_beta <- function(J, off, lambda, eta, tau, pstream__ = 0L) {
    .Call(`_bsynth_make_beta`, J, off, lambda, eta, tau, pstream__)
}

Try the bsynth package in your browser

Any scripts or data that you put into this service are public.

bsynth documentation built on June 25, 2024, 5:08 p.m.