parse_lst: Parse a lst file to a list of relevant information

View source: R/parse_nmoutput.R

parse_lstR Documentation

Parse a lst file to a list of relevant information

Description

Parse a lst file to a list of relevant information

Usage

parse_lst(lst)

Arguments

lst

lst file in the form of a character vector.

Value

a list with the number of individuals, number of observations, and the "blockforms" of omega and sigma matrices

Examples

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)

FelicienLL/uncrtnty documentation built on Oct. 26, 2023, 12:50 p.m.