Description Usage Arguments Details Author(s) See Also Examples
This function plots transformed residuals in different types.
| 1 | plot_etran(e.tran, fig = 1:4)
 | 
| 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) | 
density function is used to compute the empirical density.
reldist function in {reldist} is used to compute the relative density.
Liang Jing ljing918@gmail.com
| 1 2 3 4 | ## Not run: 
require(reldist)
plot_etran(rnorm(200), fig=c(1,4))   
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.