mc_list2vec: Auxiliar function transforms list to a vector.

View source: R/mc_list2vec.R

mc_list2vecR Documentation

Auxiliar function transforms list to a vector.

Description

This function takes a list of parameters and tranforms to a vector.

Usage

mc_list2vec(list_initial, list_power_fixed)

Arguments

list_initial

A list specifying initial values.

list_power_fixed

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

Details

It is an internal function, in general the users never will use this function. It will be useful, only if the user wants to implement a different variance-covariance matrix.

Value

A vector of model parameters.

Author(s)

Wagner Hugo Bonat


mcglm documentation built on Sept. 16, 2022, 1:06 a.m.