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.
The goal of xactonomial is to use an exact (but computational and stochastic) method to compute a confidence interval and a function for calculation of p values in the k sample multinomial setting where interest is about a real-valued functional of the multinomial probabilities.
You can install the development version of xactonomial like so:
::install_github("sachsmc/xactonomial") remotes
but building the package from source requires a local rust environment. Instead, pre-built binaries can be found at https://sachsmc.r-universe.dev/xactonomial or used directly from R as
install.packages("xactonomial", repos = c('https://sachsmc.r-universe.dev', 'https://cloud.r-project.org'))
This is a basic example which shows you how to use the main function:
library(xactonomial)
<- function(theta) {
psi_ba <- theta[1:4]
theta1 <- theta[5:8]
theta2 sum(sqrt(theta1 * theta2))
}
<- list(T1 = c(2,1,2,1), T2 = c(0,1,3,3))
data xactonomial(data, psi_ba, psi_limits = c(0, 1), maxit = 5, chunksize = 20)
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.