plot.mapa.fit {MAPA}R Documentation

Produce estimated MAPA fit plot

Description

The following function plots the fitted components at each aggregation level of an estimated MAPA. The plot is the same as the one that can be produced optionally by mapaest.

Usage

  ## S3 method for class 'mapa.fit'
plot(x, xreg.plot=c(TRUE,FALSE),...)

Arguments

x

Fitted MAPA model (from mapaest).

xreg.plot

Add infromation about xreg in the figure.

...

Additional arguments.

Author(s)

Nikolaos Kourentzes, nikolaos@kourentzes.com.

References

See Also

mapaest, mapa.

Examples

mapafit <- mapaest(admissions,outplot=0)
plot(mapafit)

[Package MAPA version 2.0.7 Index]