This function plots transformed residuals in different types.
Usage
plot_etran(e.tran, fig = 1:4)
Arguments
e.tran
a vector which indicates the transformed residuals
fig
a vector which indicates which types to plot: 1 indicates scatter plot, 2 indicates QQ-plot, 3 indicates density plot, and 4 indicates relative density plot (with standard normal distribution served as the base)
Details
density function is used to compute the empirical density.
reldist function in {reldist} is used to compute the relative density.