View source: R/parse_nmoutput.R
parse_lst | R Documentation |
Parse a lst file to a list of relevant information
parse_lst(lst)
lst |
lst file in the form of a character vector. |
a list with the number of individuals, number of observations, and the "blockforms" of omega and sigma matrices
lst3a <- readLines(system.file("nm", "run003a.lst", package = "uncrtnty"))
parse_lst(lst = lst3a)
lst001 <- readLines(system.file("xposerun", "run001.lst", package = "uncrtnty"))
parse_lst(lst = lst001)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.