anova.dependent.friedman: Friedman Two-Way Analysis of Variance By Ranks

View source: R/anova.dependent.friedman.R

anova.dependent.friedmanR Documentation

Friedman Two-Way Analysis of Variance By Ranks

Description

Perform Friedman's Analysis of Variance by Ranks.

Usage

## S3 method for class 'dependent.friedman'
anova(
  fx,
  data = NULL,
  order.by = 1:nrow(data),
  tie.correct = T,
  alternative = c("two.sided", "greater", "less"),
  conf.level = 0.95
)

Arguments

fx

A formula defining groups and a dependent variable

data

A data frame that corresponds to the formulas in fx.

order.by

ordering vector for the data, does not need to be unique

tie.correct

Tie correction (T/F)

alternative

Alternative hypothesis to be tested

conf.level

Confidence level for test

Value

htest object containing results of the test.


burrm/lolcat documentation built on Sept. 15, 2023, 11:35 a.m.