Usage
PM_parse(wd = getwd(), fit = "fit.Rdata", write = TRUE)Arguments
- wd
The directory containing the output from the Rust-implementation of NPAG
- fit
Either a
PM_fitobject or the absolute path to a "fit.Rdata"- write
A logical value indicating if the results should be returned (
FALSE, default) or written to disk (TRUE)
Value
The output of PM_parse is a list containing the following elements
- op
Written to the standard of PM_op
- pop
Written to the standard of PM_pop
- post
Written to the standard of PM_post
- cycles
Written to the standard of PM_cycle
- final
Written to the standard of PM_final
