fixed.model | R Documentation |
Checks if model is fixed. Returns a logical vector with element for each init, in canonical order.
## S3 method for class 'model'
fixed(x, ...)
x |
inits |
... |
ignored |
logical
Other fixed:
fixed()
,
fixed.init()
,
fixed<-()
,
fixed<-.init()
,
fixed<-.inits()
,
fixed<-.model()
library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% as.model %>% fixed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.