combineStocks: combineStocks

Description Usage Arguments Examples

Description

This function takes model objects (class outputs) of JJM and generate a model with SD and mean combined.

Usage

1
combineStocks(..., modelName = NULL)

Arguments

...

One or more output objects, to be combined to list of models.

model

Name for new model. If NULL (default) a temporal name will be used.

Examples

1
2
3
4
5
mod1 <- runJJM(modelName = "mod2.1")
mod2 <- runJJM(modelName = "mod2.2")
mod3 <- runJJM(modelName = "mod2.3")

combinedMod_123 <- combineStocks(mod1, mod2, mod3, modelName = NULL)

imarpe/jjmTools documentation built on May 18, 2019, 4:45 a.m.