Title: | Interactive Document for Working with Binary Logistic Regression Analysis |
---|---|
Description: | An interactive document on the topic of binary logistic regression analysis using 'rmarkdown' and 'shiny' packages. Runtime examples are provided in the package function as well as at <https://analyticmodels.shinyapps.io/BinaryLogisticRegressionModelling/>. |
Authors: | Kartikeya Bolar |
Maintainer: | Kartikeya Bolar <[email protected]> |
License: | GPL-2 |
Version: | 0.1.0 |
Built: | 2025-01-25 04:34:32 UTC |
Source: | https://github.com/cran/BLRShiny2 |
BLRShiny2() loads interactive user interface built using R 'shiny'.
BLRShiny2()
BLRShiny2()
Start BLRShiny2
The interactive user interface is to provide an easy way for binary logistic regression analysis and downloading relevant plot.
Nothing
if(interactive()){ library(rmarkdown) BLRShiny2() }
if(interactive()){ library(rmarkdown) BLRShiny2() }