rbdApp: Randomized Block Design

Description Usage Details Value References Examples

View source: R/rbd.R

Description

rbdApp() function opens up an interactive shiny app which will allow the user to perform analysis of randomized Block design. Multiple comparison tests like LSD,DMRT and Tukey can be performed. Box-pot and Bar-chart with confidence interval can be plotted. All these can be achieved by uploading CSV file.

Usage

1

Details

This app uses anova function of stats package to obtain two-way ANOVA.LSD.test,duncan.test and HSD.test functions of agricolae package is used for multiple comparison test like LSD,DMRT and Tukey respectively. ggboxplot function of ggpubr package is used for boxplot.'ggplot function of ggplot2 is used for barchart with confidence interval.

Value

Nothing

References

\insertRef

R_2021grapesAgri1

\insertRef

shiny_2021grapesAgri1

\insertRef

sw_2021grapesAgri1

\insertRef

dplyr_2021grapesAgri1

\insertRef

ggpubr_2020grapesAgri1

\insertRef

ggplot_2016grapesAgri1

\insertRef

gupta1985statisticalgrapesAgri1

\insertRef

tukey1977exploratorygrapesAgri1

\insertRef

hmisc_2021grapesAgri1

\insertRef

agricolae_2020grapesAgri1

\insertRef

rcol_2014grapesAgri1

\insertRef

shinycss_2020grapesAgri1

\insertRef

das1979designgrapesAgri1

Examples

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

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