findActiveParam: Finds the active model's parameters

View source: R/ICL.R

findActiveParamR Documentation

Finds the active model's parameters

Description

Finds the active model's parameters

Usage

findActiveParam(M, n, k, na.rm = TRUE)

Arguments

M

matrix

n

number of units (equal to number of M's rows)

k

parameters to retrieve

na.rm

logical, whether to ignore NA data

Value

An array containing the parameters


StochBlock documentation built on July 25, 2025, 3 a.m.