powered by
Coerces chacter to model.
# S3 method for character as.model( x, pattern = "^\\s*\\$(\\S+)(\\s.*)?$", head = "\\1", tail = "\\2", parse = TRUE, ... )
list
character
pattern to identify record declarations
subpattern to identify declaration type
subpattern remaining
whether to convert thetas omegas and sigmas to inits, tables to items, and runrecords to fields
ignored
Other as.model: [.model(), [[.model(), as.model.numeric(), as.model(), read.model(), write.model()
[.model()
[[.model()
as.model.numeric()
as.model()
read.model()
write.model()
library(magrittr) options(project = system.file('project/model',package='nonmemica')) 1001 %>% as.model
Run the code above in your browser using DataLab