SASbatch: SAS batch

Description Usage Arguments Details Author(s) See Also Examples

Description

Create SAS batch programs

Usage

1
2
SASbatch(namecou = c("BGR", "LVA"), isic = 4, prog.sas = c("load",
  "estim", "pub"), quiet = FALSE, export = TRUE)

Arguments

isic

an integer to specify the version of STAN.

prog.sas

a character vector with combination of load, estim, pub.

quiet

a logical to return the created SAS program contents.

cou

a 3-digit country ISO code character string.

Details

Create or modify SAS batch program for STAN based on a list of countries.

Author(s)

OECD STAN

See Also

couCreate, SASload, SASestim, SASpub

Examples

1
SASbatch(namecou=c("BGR"), prog.sas="load")

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