retro: Run a retrospective analysis diagnostic for a JJM model

View source: R/retro.R

retroR Documentation

Run a retrospective analysis diagnostic for a JJM model

Description

Run a retrospective analysis for a model

Usage

retro(
  model,
  n = 5,
  output = "results",
  exec = NULL,
  parallel = FALSE,
  temp = NULL,
  wait = TRUE,
  iprint = 100,
  ...
)

Arguments

model

An object of class jjm.output

n

Number of years to run a retrospective analysis.

output

Path to save results.

exec

Path to JJM executable file.

parallel

Boolean flag to run models in parallel.

temp

Folder to run retrospective analysis. If NULL, a temporal folder is used.

wait

Boolean, passed to runJJM, should we wait for the parameter estimation?

iprint

Command line argument passed to jjm.

...

Additional arguments passed to other functions.

Examples

## Not run: 
retro(mod1)

## End(Not run)

SPRFMO/jjmr documentation built on March 27, 2024, 6:16 a.m.