Coder Social home page Coder Social logo

jxxcgit / steel.dwass.test Goto Github PK

View Code? Open in Web Editor NEW

This project forked from phdmeiwp/steel.dwass.test

0.0 0.0 0.0 7 KB

πŸ€an R package for Steel.Dwass.test (Non-parametric method, a post-hoc test after Kruskal-Wallis Test)

R 86.54% Batchfile 13.46%

steel.dwass.test's Introduction

Steel.Dwass.test v1.0.0

Steel, R.G.D. (1961). Some rank sum multiple comparison tests. Biometrics 17, 539-552.

R code source coming from http://aoki2.si.gunma-u.ac.jp/R/Steel-Dwass.html

Package Creators

Weiping MEI https://PhDMeiwp.github.io

Graduate School of Fisheries and Environmental Sciences, Nagasaki University

Installation

Get the development version from github:

install.packages("devtools")
devtools::install_github("PhDMeiwp/Steel.Dwass.test@master", force = TRUE)

Examples

Then upload your dataset including x and group data, for example

x <- c(6.9, 7.5, 8.5, 8.4, 8.1, 8.7, 8.9, 8.2, 7.8, 7.3, 6.8,9.6, 9.4, 9.5, 8.5, 9.4, 9.9, 8.7, 8.1, 7.8, 8.8,5.7, 6.4, 6.8, 7.8, 7.6, 7.0, 7.7, 7.5, 6.8, 5.9,7.6, 8.7, 8.5, 8.5, 9.0, 9.2, 9.3, 8.0, 7.2, 7.9, 7.8)
group <- rep(1:4, c(11, 10, 10, 11))

and run

library(Steel.Dwass.test)
Steel.Dwass(x,group)

To see examples on how to use Steel.Dwass.test in R software, you can run the following R code if you have the Steel.Dwass.test package installed:

library(Steel.Dwass.test)
?Steel.Dwass

Acknowledgments

Thanks to DLMcArthur for help with R code improvement tips!

steel.dwass.test's People

Contributors

phdmeiwp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.