GithubHelp home page GithubHelp logo

tercen / anova2_pg Goto Github PK

View Code? Open in Web Editor NEW
0.0 11.0 1.0 27 KB

Analysis Of Variance: A statistical model to analyze the differences among Means in a sample. Often used to test a Null Hypothesis in experimental data. Calculation uses two independent variables.

R 100.00%

anova2_pg's Introduction

ANOVA 2-way operator

Description

The anova2 operator tests for a significant difference in the mean between any of the groups in the input data.

Usage
Input projection .
y-axis measurement value
colors represents the groups to compare
Input parameters .
Grouping Variable 1 Treat the ANOVA grouping variable 1 as categorical (dft) or numerical.
Grouping Variable 2 Treat the ANOVA grouping variable 2 as categorical (dft) or numerical.
Include Interaction Fit ANOVA model using a factor1:factor2 interaction term (dft = "No").
Output relations .
pFactor1 p-value for the probability that all group means for Factor1 are equal (groupingType = categorical) or the slope of the straight line fit is equal to zero (groupingType = continuous), accounting for Factor2. Hence, a low value indicates a significant effect for Factor1.
pFactor2 p-value for the probability that all group means for Factor2 are equal (groupingType = categorical) or the slope of the straight line fit is equal to zero (groupingType = continuous), accounting for Factor1. Hence, a low value indicates a significant effect for Factor2.
pFactor3 p-value for the interaction between Factor1 and Factor2 (if required). A low value for pFactor3 indicates an effect of Factor2 that is different in the groups of Factor1 (or vice versa).
logpFactor1-3 the significance of pFactors 1-3, respectively, as -10 log(pFactor).
Details

2-way ANOVA is used for data with two grouping factors, but with more than 2 groups. It test for a significant difference in the mean between any of the groups. As such, it is a generalization of the two sample t-test that works for two groups only. The operator is based on the anova R function.

The grouping factors must be added as data colors. The grouping can be by categorical and/or continuous variables. In the latter case a straight line regression is performed. There is an option to add an interaction term to the ANOVA model.

References

See Analysis of variance on Wikipedia.

See Also

anova1

anova2_pg's People

Contributors

martin1english avatar ginberg avatar

Watchers

James Cloos avatar Myrto Kostadima avatar Alex avatar Faris Naji avatar  avatar  avatar  avatar Edgar Maurel avatar  avatar  avatar marion libouban avatar

Forkers

pamgene

anova2_pg's Issues

delta output

Delta output variable cannot be defined unambigeously for ANOVA, remove!

numeric

Please use the term "numeric" throughout, instead of "contineous"

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.