Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
cor_phylo_LL <- function(par, xptr) {
.Call(`_phyr_cor_phylo_LL`, par, xptr)
}
#' Inner function to create necessary matrices and do model fitting.
#'
#' @param X a n x p matrix with p columns containing the values for the n taxa.
#' @param U a list of p matrices corresponding to the p columns of `X`, with each
#' matrix containing independent variables for the corresponding column of `X`.
#' @param M a n x p matrix with p columns containing standard errors of the trait
#' values in `X`.
#' @param Vphy_ phylogenetic variance-covariance matrix from the input phylogeny.
#' @inheritParams cor_phylo
#' @param method the `method` input to `cor_phylo`.
#'
#' @return a list containing output information, to later be coerced to a `cor_phylo`
#' object by the `cor_phylo` function.
#' @noRd
#' @name cor_phylo_cpp
#'
cor_phylo_cpp <- function(X, U, M, Vphy_, REML, constrain_d, lower_d, verbose, rcond_threshold, rel_tol, max_iter, method, no_corr, boot, keep_boots, sann) {
.Call(`_phyr_cor_phylo_cpp`, X, U, M, Vphy_, REML, constrain_d, lower_d, verbose, rcond_threshold, rel_tol, max_iter, method, no_corr, boot, keep_boots, sann)
}
set_seed <- function(seed) {
invisible(.Call(`_phyr_set_seed`, seed))
}
predict_cpp <- function(n, nsr, reps, V) {
.Call(`_phyr_predict_cpp`, n, nsr, reps, V)
}
pcd2_loop <- function(SSii, nsr, SCii, comm, V, nsp_pool, verbose) {
.Call(`_phyr_pcd2_loop`, SSii, nsr, SCii, comm, V, nsp_pool, verbose)
}
pglmm_iV_logdetV_cpp <- function(par, mu, Zt, St, nested, logdet, family, totalSize) {
.Call(`_phyr_pglmm_iV_logdetV_cpp`, par, mu, Zt, St, nested, logdet, family, totalSize)
}
pglmm_V <- function(par, Zt, St, mu, nested, missing_mu, family, totalSize) {
.Call(`_phyr_pglmm_V`, par, Zt, St, mu, nested, missing_mu, family, totalSize)
}
pglmm_LL_cpp <- function(par, H, X, Zt, St, mu, nested, REML, verbose, family, totalSize) {
.Call(`_phyr_pglmm_LL_cpp`, par, H, X, Zt, St, mu, nested, REML, verbose, family, totalSize)
}
pglmm_internal_cpp <- function(X, Y, Zt, St, nested, REML, verbose, n, p, q, maxit, reltol, tol_pql, maxit_pql, optimizer, B_init, ss, family, totalSize) {
.Call(`_phyr_pglmm_internal_cpp`, X, Y, Zt, St, nested, REML, verbose, n, p, q, maxit, reltol, tol_pql, maxit_pql, optimizer, B_init, ss, family, totalSize)
}
sexp_type <- function(x) {
.Call(`_phyr_sexp_type`, x)
}
pglmm_gaussian_predict <- function(iV, H) {
.Call(`_phyr_pglmm_gaussian_predict`, iV, H)
}
pglmm_gaussian_LL_cpp <- function(par, X, Y, Zt, St, nested, REML, verbose) {
.Call(`_phyr_pglmm_gaussian_LL_cpp`, par, X, Y, Zt, St, nested, REML, verbose)
}
pglmm_gaussian_LL_calc_cpp <- function(par, X, Y, Zt, St, nested, REML) {
.Call(`_phyr_pglmm_gaussian_LL_calc_cpp`, par, X, Y, Zt, St, nested, REML)
}
pglmm_gaussian_internal_cpp <- function(par, X, Y, Zt, St, nested, REML, verbose, optimizer, maxit, reltol, q, n, p, Pi) {
.Call(`_phyr_pglmm_gaussian_internal_cpp`, par, X, Y, Zt, St, nested, REML, verbose, optimizer, maxit, reltol, q, n, p, Pi)
}
which2 <- function(x) {
.Call(`_phyr_which2`, x)
}
vcv_loop <- function(xx, n, e1, e2, EL, pp, corr) {
.Call(`_phyr_vcv_loop`, xx, n, e1, e2, EL, pp, corr)
}
cov2cor_cpp <- function(vcv) {
invisible(.Call(`_phyr_cov2cor_cpp`, vcv))
}
pse_cpp <- function(comm, Cmatrix) {
.Call(`_phyr_pse_cpp`, comm, Cmatrix)
}
psv_cpp <- function(comm, Cmatrix, compute_var) {
.Call(`_phyr_psv_cpp`, comm, Cmatrix, compute_var)
}
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.