yufree / rgabriel

Gabriel Multiple Comparison Test and Plot the Confidence Interval on Barplot

Home Page:http://yufree.github.io/rgabriel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rgabriel

CRAN status Download counter Project Status: Active - The project has reached a stable, usable state and is being actively developed. Build status

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.

Installation

You can install the development version of rgabriel from GitHub with:

# install.packages("remotes")
remotes::install_github("yufree/rgabriel")

Example

This is a basic example which shows you how to solve a common problem:

library(rgabriel)
## basic example code
g <- c(1:40)
f <- c(rep(1,3),rep(2,12),rep(3,15),rep(4,5),rep(5,5))
gabriel.plot(g,f,rgabriel(g,f))

About

Gabriel Multiple Comparison Test and Plot the Confidence Interval on Barplot

http://yufree.github.io/rgabriel/


Languages

Language:R 100.0%