test_friedman: Friedman's test for a series of data.

Description Usage Arguments Value

Description

Calculate Friedman's test for a series of data. If it shows that the groups in the series are not equal it will calculate a Wilcoxon's signed- rank test comparing each group to the reference group.

Usage

1
2
test_friedman(data, column, group, id, reference_group,
  ignore_friedman = FALSE)

Arguments

data

A tibble containing the data.

column

Which column to use.

group

The column that parts the variable into subgroups.

id

A column holding ids to identify the same entity in each subgroup.

reference_group

The value in column group that indicates the reference group.

ignore_friedman

Ignore the result of Friedman's test and compare all subgroups.

Value

list


randomchars42/eenv documentation built on May 20, 2019, 1:29 p.m.