do_extract: Extract model fits and load into lsdOutput object class for...

View source: R/do-extract.R

do_extractR Documentation

Extract model fits and load into lsdOutput object class for plotting

Description

Extract model fits and load into lsdOutput object class for plotting

Usage

do_extract(
  dir = ".",
  data = TRUE,
  map = FALSE,
  mcmc = FALSE,
  variational = FALSE,
  model = "lsd"
)

Arguments

dir

the directory to extract from

data

extract a dat file

map

extract an MAP file

mcmc

extract one or more MCMC files

variational

extract a var file

model

a name or label for the model being extracted


quantifish/rlsd documentation built on Sept. 6, 2024, 3:04 p.m.