Shiny app for plotting distributions of proportions defined by normal distributions on the logit scale ================
The easiest way to install the logitnormdistapp
package is from
Github. This requires installing the devtool
package first.
install.packages("devtools")
Then load the devtool
package:
library(devtools)
In order to install (or update) the logitnormdistapp
package, run the
following line:
install_github("AurMad/logitnormdistapp")
shiny_logitnorm()
functionThe package contains a single function called shiny_logitnorm()
. This
function launches a shiny app. The user can specify either the mean and
standard deviations of a normal distributions on the logit scale using
sliding bars. The corresponding distribution of proportions will be
plotted and the corresponding mean and sigma parameters will be
displayed. The user can also enter the mean and sigma parameters which
will lead to the corresponding distribution being displayed.
library(logitnormdistapp)
shiny_logitnorm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.