Diagnostic plots for ash object
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 )
x
: the fitted ash objectplot.it
: logical. whether to plot the diagnostic resultsebetahat.tol
: tolerance to test the equality of betahatplot.hist
: logical. whether to plot the histogram of betahat when sebetahat is not constantxmin, xmax
: range of the histogram of betahat to be plottedbreaks
: histograms parameter (see hist
)alpha
: error level for the de-trended diagnostic plotpch, cex
: plot parameters for dotsNone.