initDex.model {nonmemica} | R 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()
[Package nonmemica version 1.0.11 Index]