ECMMonGetSolutionLongForm: Get long form solution.

Description Usage Arguments Details Value See Also

View source: R/ECMMon.R

Description

Gets the long form of the solution data frame ecmObj$Solution.

Usage

1
2
3
4
5
ECMMonGetSolutionLongForm(
  ecmObj,
  stockDescriptionsQ = TRUE,
  siteIdentifiersQ = TRUE
)

Arguments

ecmObj

An ECMMon object.

stockDescriptionsQ

Should a column with the stock descriptions be added or not?

siteIdentifiersQ

Should a column with site identifiers be added or not? If ecmObj has only a single-site model, the that column will have all zeroes.

Details

The stocks types are derived from the stocks descriptions, ecmObj$Stocks. The stocks types are "Population", "Money", "Other".

Value

An ECMMon object.

See Also

Other Get functions: ECMMonGetDefaultModel()


antononcube/ECMMon-R documentation built on April 18, 2021, 10:47 a.m.