The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.
The goal of rgabriel is to analyze multi-level one-way experimental designs where there are unequal sample sizes and population variance homogeneity can not be assumed.
You can install the development version of rgabriel from GitHub with:
# install.packages("remotes")
::install_github("yufree/rgabriel") remotes
This is a basic example which shows you how to solve a common problem:
library(rgabriel)
## basic example code
<- c(1:40)
g <- c(rep(1,3),rep(2,12),rep(3,15),rep(4,5),rep(5,5))
f gabriel.plot(g,f,rgabriel(g,f))
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.