modify_jagsMANEC: modify_jagsMANEC

Description Usage Arguments Value

View source: R/modify_jagsMANEC.R

Description

Modifies an existing jagsMANECfit, for example, but adding or removing fitted models.

Usage

1
2
3
4
5
6
modify_jagsMANEC(
  jagsMANECfit,
  model.set = NA,
  drop.models = NA,
  add.models = NA
)

Arguments

jagsMANECfit

a jagsMANECfit output list, as returned by fit.jagsMANEC

model.set

a character vector containing the of names of model types to be included in the modified fit.

drop.models

a character vector containing the names of model types to drop in the modified fit.

add.models

a character vector containing the names of model types to add to the modified fit.

Value

All successfully fitted jagsMANECfit model fit.


AIMS/NEC-estimation documentation built on Dec. 7, 2020, 10:44 a.m.