https://github.com/ginberg/anova2_operator
2 way Analysis of variance operator
https://github.com/ginberg/anova2_operator
Last synced: 11 months ago
JSON representation
2 way Analysis of variance operator
- Host: GitHub
- URL: https://github.com/ginberg/anova2_operator
- Owner: ginberg
- Created: 2021-04-09T15:29:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T07:19:58.000Z (about 5 years ago)
- Last Synced: 2025-06-24T08:02:17.579Z (12 months ago)
- Language: R
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ANOVA 2-way operator
##### Description
The `anova2` operator performs a 2-way analysis of variance of the data.
##### Usage
Input projection|.
---|---
`color` | represents the groups to compare
`y-axis`| measurement value
Output relations|.
---|---
`pr`| numeric, p-value calculated per cell
##### Details
`anova2` operator performs an analysis of variance of the data. The operator is based on the [anova R function](https://www.rdocumentation.org/packages/stats/versions/3.6.2/topics/anova).
##### References
See [Analysis of variance on Wikipedia](https://en.wikipedia.org/wiki/Analysis_of_variance).
See [Two way anova in R](http://www.sthda.com/english/wiki/two-way-anova-test-in-r)
##### See Also
[ttest](https://github.com/tercen/ttest_operator), [rfImp](https://github.com/tercen/rfImp_operator)