Learn R Programming

TreeOrderTests (version 0.1.0)

Tests for Tree Ordered Alternatives in One-Way ANOVA

Description

Implements a likelihood ratio test and two pairwise standardized mean difference tests for testing equality of means against tree ordered alternatives in one-way ANOVA. The null hypothesis assumes all group means are equal, while the alternative assumes the control mean is less than or equal to each treatment mean with at least one strict inequality. Inputs are a list of numeric vectors (groups) and a significance level; outputs include the test statistic, critical value, and decision. Methods described in "Testing Against Tree Ordered Alternatives in One-way ANOVA" .

Copy Link

Version

Install

install.packages('TreeOrderTests')

Monthly Downloads

147

Version

0.1.0

License

GPL-3

Maintainer

Subha Halder

Last Published

July 25th, 2025

Functions in TreeOrderTests (0.1.0)

TreeMinD

Minimum Difference Test for Tree Ordered Alternatives
TreeLRT

Likelihood Ratio Test for Tree Ordered Alternatives
TreeMaxD

Maximum Difference Test for Tree Ordered Alternatives