initDex.model: Identify Indices of Initial Estimates in model

View source: R/model.R

initDex.modelR Documentation

Identify Indices of Initial Estimates in model

Description

Identifies record indices of initial estimates for an object of class model. If model has not been parsed, the result is integer(0). Otherwise, the result is the record numbers for the canonical order of all init objects among theta, omega, and sigma element types, regardless of the number and order of such types. If a block(2) omega is specified between two thetas and one sigma follows, the results could be c(6L, 8L, 7L, 7L, 7L, 9L).

Usage

## S3 method for class 'model'
initDex(x, ...)

Arguments

x

model

...

ignored

Value

integer

See Also

Other initDex: initDex()


bergsmat/nonmemica documentation built on Sept. 15, 2023, 9:22 a.m.