Learn R Programming

nonmemica (version 0.9.1)

fixed.model: 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 model
fixed(x, ...)

Arguments

x

object

...

dots

Value

logical

See Also

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

Examples

Run this code
# NOT RUN {
library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% as.model %>% fixed
# }

Run the code above in your browser using DataLab