Description Usage Details Value References Examples
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.
| 1 | ttApp()
 | 
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.
Nothing
R_2021grapesAgri1
\insertRefshiny_2021grapesAgri1
\insertRefsw_2021grapesAgri1
\insertRefdplyr_2021grapesAgri1
\insertRefggpubr_2020grapesAgri1
\insertRefpast_2018grapesAgri1
\insertRefgupta1985statisticalgrapesAgri1
\insertRefpaired_data2018grapesAgri1
| 1 2 3 | if (interactive()) {
  ttApp()
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.