plot.MedianPolishM: Plot Median polish multidimensional.

Description Usage Arguments Details References Examples

Description

Plot the effects of an additive model for multidimensional array, using Tukey's median polish procedure.

Usage

1
2
## S3 method for class 'MedianPolishM'
plot(x, ...)

Arguments

x

object of class MedianPolishM.

...

ignored.

Details

The object of class MedianPolish has a list of the contributions of every effect over data. The graphic shows for each iteration, the behavior of these components. If the median polish is applied to data of class ConstructutMPst, this method has a specific graphic for data with space - time variability.

References

Martínez, W. A., Melo, C. E., & Melo, O. O. (2017). Median Polish Kriging for space–time analysis of precipitation Spatial Statistics, 19, 1-20. [link]

Hoaglin, D. C., Mosteller, F., & Tukey, J. W. (Eds.). (2011). Exploring data tables, trends, and shapes (Vol. 101). John Wiley & Sons.[link]

Examples

1
2
A<-MedianPolishM(UCBAdmissions, eps=0.1, maxiter=2, na.rm=TRUE)
plot(A)

Example output



STMedianPolish documentation built on May 2, 2019, 10:14 a.m.