Type: | Package |
Title: | Interactive Document for Working with Analysis of Variance |
Version: | 0.1.0 |
Author: | Kartikeya Bolar |
Maintainer: | Kartikeya Bolar <kartikeya.bolar@tapmi.edu.in> |
Description: | An interactive document on the topic of one-way and two-way analysis of variance using 'rmarkdown' and 'shiny' packages. Runtime examples are provided in the package function as well as at https://tinyurl.com/ANOVAStatsTool. |
License: | GPL-2 |
Encoding: | UTF-8 |
LazyData: | TRUE |
Depends: | R (≥ 3.0.3) |
Imports: | shiny,rmarkdown,dplyr,datasets,car,ggplot2,plotly |
RoxygenNote: | 6.1.1 |
NeedsCompilation: | no |
Packaged: | 2019-10-15 06:54:03 UTC; KARTIKEYA |
Repository: | CRAN |
Date/Publication: | 2019-10-16 12:40:02 UTC |
Launch 'ANOVAIREVA' Interface
Description
ANOVAIREVA() loads interactive user interface built using R 'shiny'.
Usage
ANOVAIREVA()
Details
Start ANOVAIREVA
The interactive user interface is to provide an easy way for anova analysis and downloading relevant plots.
Value
Nothing
Examples
if(interactive()){
library(rmarkdown)
ANOVAIREVA()
}