Built using Zelig version r packageVersion("Zelig")

knitr::opts_knit$set(
    stop_on_error = 2L
)
knitr::opts_chunk$set(
    fig.height = 11,
    fig.width = 7
)

options(cite = FALSE)

Time-Series Model with Moving Average with ma.

Warning: Simulation is not currently implemented for timeseries models.

Syntax

Currently, only the Zelig 5 reference class syntax is available for ma models:

z.out <- zma$new()
z.out$zelig(Y ~ X1 + X2, data = mydata)
x.out$setx(z.out)
s.out$sim(z.out)


IQSS/Zelig documentation built on Dec. 11, 2023, 1:51 a.m.