glarma
Object
Two plots for the non-randomized PIT are currently available for checking the distributional assumption of the fitted GLARMA model: the PIT histogram, and the uniform Q-Q plot for PIT.
histPIT(object, bins = 10, line = TRUE, colLine = "red", colHist = "royal blue", lwdLine = 2, main = NULL, ...)
qqPIT(object, bins = 10, col1 = "red", col2 = "black", lty1 = 1, lty2 = 2, type = "l", main = NULL, ...)
"glarma"
, obtained from a
call to glarma
.TRUE
, the line for displaying the
standard uniform distribution will be shown for the purpose of
comparison. The default is TRUE
.par(lty = .)
.par(lty =
.)
.plot.default
and plot.ts
.Jung, Robert.C and Tremayne, A.R (2011) Useful models for time series of counts or simply wrong ones? AStA Advances in Statistical Analysis, 95, 59--91.
## For examples see example(plot.glarma)
Run the code above in your browser using DataLab