Generate several plots to diagnose the fitness of ASH on the data
plot_diagnostic(
x,
plot.it = TRUE,
sebetahat.tol = 0.001,
plot.hist,
xmin,
xmax,
breaks = "Sturges",
alpha = 0.01,
pch = 19,
cex = 0.25
)
the fitted ash object
logical. whether to plot the diagnostic result
tolerance to test the equality of betahat
logical. whether to plot the histogram of betahat when sebetahat is not constant
range of the histogram of betahat to be plotted
histograms parameter (see hist
)
error level for the de-trended diagnostic plot
plot parameters for dots
None.