loadDim: Load Dimensions

Description Usage Arguments Details Author(s) See Also Examples

Description

Load dimension members

Usage

1
2
3
loadDim(dim = c("cou", "var", "indi4", "indi3", "hierarchyi3", "cur"),
  file = file.path(PATH.REPO, "stan", "data", "stanDim.rda"),
  datalist = TRUE, replace = FALSE, ...)

Arguments

dim

a character vector of dimension to be loaded.

file

Rdata file where objects will be stored.

datalist

a boolean expression if the file and its contents shall be added to a package data list.

replace

specify if the existing data shall be replaced.

Details

Function to create a data file with the dimension members used in STAN.

Author(s)

OECD STAN

See Also

indAggregate

Examples

1
loadDim(dim = c("cou", "var"), file = "data.rda", datalist = TRUE)

bowerth/stan documentation built on May 13, 2019, 12:38 a.m.