Skip to content

ZaneMuir/ANOVA.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANOVA.jl

Build Status

Getting Started

Install

for julia 0.7 or 1.0, in julia REPL: ] add https://www.github.com/ZaneMuir/ANOVA.jl.git or

using Pkg
Pkg.add("https://www.github.com/ZaneMuir/ANOVA.jl.git")

julia 0.6 is not tested.

see Example.ipynb

including

  • one-way ANOVA: ANOVA.anova
  • two-way ANOVA: ANOVA.anova2
  • one-way repeated measures ANOVA: ANOVA.rm_anova
  • two-way repeated measures ANOVA: ANOVA.rm_anova2

TODO

  • unbalanced ANOVA
  • type II and type III two way ANOVA

About

analysis of variance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published