mc_build_sigma_between: Build the correlation matrix between response variables

View source: R/mc_build_sigmab.R

mc_build_sigma_betweenR Documentation

Build the correlation matrix between response variables

Description

This function builds the correlation matrix between response variable, its inverse and derivatives.

Usage

mc_build_sigma_between(rho, n_resp, inverse = FALSE)

mc_derivative_sigma_between(n_resp)

Arguments

rho

A numeric vector.

n_resp

A numeric.

inverse

Logical.

Value

A list of matrices. The function returns a list of matrices with sigmab and its derivatives with respect to rho. The returned object is intended for internal use only.

Author(s)

Wagner Hugo Bonat


mcglm documentation built on Jan. 9, 2026, 1:07 a.m.