Skip to content

Add one-way ANOVA function implementation#195

Merged
siriak merged 1 commit intoTheAlgorithms:masterfrom
shimmer12:master
Oct 11, 2025
Merged

Add one-way ANOVA function implementation#195
siriak merged 1 commit intoTheAlgorithms:masterfrom
shimmer12:master

Conversation

@shimmer12
Copy link
Copy Markdown
Contributor

Implements a one-way ANOVA function from scratch, including calculations for sums of squares, F statistic, and p-value. Provides detailed documentation and example usage.

Implements a one-way ANOVA function from scratch, including calculations for sums of squares, F statistic, and p-value. Provides detailed documentation and example usage.
Copilot AI review requested due to automatic review settings October 11, 2025 20:38
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements a one-way ANOVA function from scratch in R, providing an alternative to the built-in aov() function. The implementation includes manual calculations for sums of squares, degrees of freedom, F-statistic, and p-value determination.

  • Adds comprehensive one-way ANOVA implementation with detailed statistical calculations
  • Includes thorough documentation with mathematical formulas and usage examples
  • Provides input validation and error handling for edge cases

@siriak siriak merged commit b90abac into TheAlgorithms:master Oct 11, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants