ttApp: t-test and Paired t-test

Description Usage Details Value References Examples

View source: R/ttest.R

Description

ttApp() function opens up an interactive shiny app which will allow user to easily perform one sample t-test, unpaired two sample t-test, unpaired two sample Welch t-test, paired t-test, test for homogeneity of variance (F-test), and obtain plots like boxplot and paired plot by uploading CSV file.

Usage

1

Details

This app uses t.test function to calculate t statistic.Descriptive statistics were calculated using stat.desc function of pastecs package. var.test function is used for F-test.ggboxplot function of ggpubr package is used to draw boxplot. Paired plot is obtained using paired function of package PairedData.

Value

Nothing

References

\insertRef

R_2021grapesAgri1

\insertRef

shiny_2021grapesAgri1

\insertRef

sw_2021grapesAgri1

\insertRef

dplyr_2021grapesAgri1

\insertRef

ggpubr_2020grapesAgri1

\insertRef

past_2018grapesAgri1

\insertRef

gupta1985statisticalgrapesAgri1

\insertRef

paired_data2018grapesAgri1

Examples

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

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