descApp: Descriptive statistics and Visualization

Description Usage Details Value References Examples

View source: R/desc.R

Description

descApp() function opens up an interactive shiny app which will allow the user to easily calculate Summary Statistics, Summary Statistics by Group, Box plot, Histogram, Q-Q plot and Shapiro-Wilk's test by uploading CSV file.

Usage

1

Details

This app uses descr and stby functions of summarytools package (Dominic Comtois, 2021) to calculate summary statistics and summary statistics by group. knitr (Yihui Xie,2021) and kableExtra(Hao Zhu,2021) packages were used to produce HTML tables. shapiro.test, qqnorm and qqline functions of stats package were used for Test of Homogeneity of variance and obtaining Q-Q plot. hist and boxplot of package graphics were used to obtain histogram and boxplot respectively. ggqqplot of package ggpubr (Alboukadel Kassambara,2020) is also used to plot Q-Q plot in the app.

Value

Nothing

References

\insertRef

Dominic_Comtois_2021grapesAgri1

\insertRef

Hao_zhu_2021grapesAgri1

\insertRef

Yihui_Xie_2021grapesAgri1

\insertRef

R_2021grapesAgri1

\insertRef

shiny_2021grapesAgri1

\insertRef

sw_2021grapesAgri1

\insertRef

dplyr_2021grapesAgri1

\insertRef

ggpubr_2020grapesAgri1

\insertRef

past_2018grapesAgri1

\insertRef

magi_2020grapesAgri1

\insertRef

gridG_2020grapesAgri1

\insertRef

gupta1985statisticalgrapesAgri1

\insertRef

tukey1977exploratorygrapesAgri1

\insertRef

ggplot_2016grapesAgri1

Examples

1
2
3
if (interactive()) {
  descApp()
}

grapesAgri1 documentation built on Aug. 14, 2021, 5:07 p.m.