mc_getInformation: Getting information about model parameters

View source: R/mc_getInformation.R

mc_getInformationR Documentation

Getting information about model parameters

Description

This computes all information required about the number of model parameters.

Usage

mc_getInformation(list_initial, list_power_fixed, n_resp)

Arguments

list_initial

A list of initial values.

list_power_fixed

A list of logical specyfing if the power parameters should be estimated or not.

n_resp

A number specyfing the nmber of response variables.

Value

A list containing information about the number of model parameters:

n_betas

A list with the number of regression parameters (\beta) for each response variable.

n_taus

A list with the number of dispersion parameters (\tau) for each response variable.

n_power

A list with the number of power parameters for each response variable, accounting for fixed parameters.

n_rho

An integer giving the number of correlation parameters.

n_cov

An integer giving the total number of covariance-related parameters, including power, dispersion, and correlation parameters.

Author(s)

Wagner Hugo Bonat


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