fixed.model: Check If Model is Fixed

View source: R/getset.R

fixed.modelR Documentation

Check If Model is Fixed

Description

Checks if model is fixed. Returns a logical vector with element for each init, in canonical order.

Usage

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

Arguments

x

inits

...

ignored

Value

logical

See Also

Other fixed: fixed.init(), fixed<-.inits(), fixed<-.init(), fixed<-.model(), fixed<-(), fixed()

Examples

library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% as.model %>% fixed

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