Type: | Package |
Title: | Interactive Document for Working with Goodness of Fit Analysis |
Version: | 0.1.0 |
Author: | Kartikeya Bolar |
Maintainer: | Kartikeya Bolar <kartikeya.bolar@tapmi.edu.in> |
Description: | An interactive document on the topic of goodness of fit analysis using 'rmarkdown' and 'shiny' packages. Runtime examples are provided in the package function as well as at https://predanalyticssessions1.shinyapps.io/ChiSquareGOF/. |
License: | GPL-2 |
Encoding: | UTF-8 |
LazyData: | TRUE |
Depends: | R (≥ 3.0.3) |
Imports: | shiny,rmarkdown,stats,rhandsontable |
RoxygenNote: | 6.1.1 |
NeedsCompilation: | no |
Packaged: | 2019-07-27 18:02:09 UTC; KARTIKEYA |
Repository: | CRAN |
Date/Publication: | 2019-07-31 09:30:03 UTC |
Launch 'GOFShiny' Interface
Description
GOFShiny() loads interactive user interface built using R 'shiny'.
Usage
GOFShiny()
Details
Start GOFShiny
The interactive user interface is to provide an easy way for goodness of fit test analysis.
Value
Nothing
Examples
if(interactive()){
library(rmarkdown)
GOFShiny()
}