RunMoMo: Runs the MoMo code.

Description Usage Examples

View source: R/aa_MOMOmaster_set_and_run.R

Description

The master start button for running all of the MoMo code. SetOpts must be run first.

Usage

1

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
SetOpts(
  DoA=as.Date("2013-12-31"),
  DoPR=as.Date("2008-1-1"),
  WStart=1,
  WEnd=52,
  country = "Denmark",
  source = "SSI",
  MFILE = "DoD_DoR.txt",
  HFILE = "holidays.txt",
  INPUTDIR = system.file("testdata",package="MOMO"),
  WDIR = tempdir(),
  back = 3,
  WWW = 290,
  Ysum = 2013,
  Wsum = 40,
  USEglm2 = TRUE,
  useAUTOMN = TRUE,
  datesISO = FALSE,
  plotGraphs = FALSE
)

#RunMoMo()

EuroMOMOnetwork/MOMO documentation built on Jan. 11, 2021, 2:51 a.m.