plot_etran: Plot Transformed Residuals

Description Usage Arguments Details Author(s) See Also Examples

Description

This function plots transformed residuals in different types.

Usage

1
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.

Author(s)

Liang Jing ljing918@gmail.com

See Also

tranR

Examples

1
2
3
4
## Not run: 
require(reldist)
plot_etran(rnorm(200), fig=c(1,4))   
## End(Not run)

geoCount documentation built on May 2, 2019, 12:38 a.m.