Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
#' Disable or enable parallelised computing
NULL
setParallelOptim <- function(parallel_, cores_ = 2L) {
invisible(.Call(`_glmmrOptim_setParallelOptim`, parallel_, cores_))
}
CreateOptimData <- function(C_list, X_list, Z_list, D_list, w_diag, V0_list, max_obs, weights, exp_cond) {
.Call(`_glmmrOptim_CreateOptimData`, C_list, X_list, Z_list, D_list, w_diag, V0_list, max_obs, weights, exp_cond)
}
CreateOptim <- function(dataptr, derivptr, idx_in, n, nmax, robust_log = FALSE, trace = TRUE, kr = FALSE, uncorr = FALSE, bayes = FALSE) {
.Call(`_glmmrOptim_CreateOptim`, dataptr, derivptr, idx_in, n, nmax, robust_log, trace, kr, uncorr, bayes)
}
CreateDerivatives <- function() {
.Call(`_glmmrOptim_CreateDerivatives`)
}
FindOptimumDesign <- function(dptr_, type_) {
.Call(`_glmmrOptim_FindOptimumDesign`, dptr_, type_)
}
AddDesignDerivatives <- function(dptr_, mptr_, is_gaussian_) {
invisible(.Call(`_glmmrOptim_AddDesignDerivatives`, dptr_, mptr_, is_gaussian_))
}
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.