SASestim: SAS estim

Description Usage Arguments Details Author(s) See Also Examples

Description

Create SAS estimation programs

Usage

1
2
3
SASestim(cou = stop("'cou' must be specified"), isic = 4,
  sources = list(BGR = c("NSO", "SUT", "ISPATCH")), variables = c("PROD",
  "VALU", "LABR"), period = "1970-2010", quiet = FALSE)

Arguments

cou

a 3-digit country ISO code character string.

isic

an integer to specify the version of STAN.

sources

a list naming the sources used for estimation.

variables

a character vector naming the variables to estimate.

period

a character string with the estimation period.

quiet

a logical to return the created SAS program contents.

Details

Create or modify SAS estimation programs for STAN based on a list of countries and sources.

Author(s)

OECD STAN

See Also

SASbatch, SASload, SASpub

Examples

1
SASestim(cou="BGR", sources=list(BGR = c('NSONA', 'SUT', 'ISPATCH')))

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