The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

PriorGen - Ver 1.2 beta

PriorGen — Generates Prior Distributions for Proportions

Installation

To install the current source from GitHub use:

install.packages(c("devtools", "remotes"))
require(devtools)
require(remotes)
remotes::install_github("kpatera/PriorGen-1")

To install a stable version from the drat repository use:

install.packages("PriorGen")

Basic functions of PriorGen package

require(PriorGen)

To run elicitation analysis on an example dataset:

out<-findbeta(themode=0.15, percentile=0.90,lower.v=TRUE, percentile.value=0.40, silent=TRUE)
out

To create a plot of the analyzed data as a PriorGen class object:

plot(out)

The basic two functions of PriorGen are findbeta() and findbetamupsi(). For help on these functions type:

?findbeta
?findbetamupsi
?findbeta_panel

Troubleshooting

In case an error during download occur try the following

remotes::install_github("kpateras/PriorGen-1", force = TRUE, dependecies = TRUE)

@KP

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.