View source: R/anova.dependent.friedman.R
anova.dependent.friedman | R Documentation |
Perform Friedman's Analysis of Variance by Ranks.
## 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
)
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 |
htest object containing results of the test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.