Description Usage Arguments Value See Also Examples
View source: R/AssumptionEvaluation.R
A function for visual exploratory data analysis. This function provides three common plots useful for visually exploring data and testing assumptions prior to statistical analysis.
1 | visEDA(dat)
|
dat |
|
A gridExtra::grid.arrange
grob object with a Density plot, Normal QQ plot and Histogram for each numeric variable in the data.frame. Each grid.arrange
grob contains the following graphs:
/describe
shapiro.test
, ks.test
, grid.arrange
, ggqqplot
1 2 | dat <- data.frame(y = rnorm(15,0,1),x = {rnorm(15,0,1) + rnorm(15,0,.02)})
visEDA(dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.