sp_multiple_group_diff_test: Perform statistical test using given methods for split data.

View source: R/statistics.R

sp_multiple_group_diff_testR Documentation

Perform statistical test using given methods for split data.

Description

Perform statistical test using given methods for split data.

Usage

sp_multiple_group_diff_test(
  data,
  stat_value_variable,
  stat_group_variable,
  group_variable = NULL,
  ...
)

Arguments

data

A data matrix

stat_value_variable

The column represents the statistical value information.

stat_group_variable

The column represents the statistical group information.

group_variable

The column represents the group information. The data would be split by this group and diff test would be performed within each group.

...

Other parameters given to sp_diff_test.

Value

A list. list(data=data, a data frame with statistical information, Tukey_HSD=Tukey_HSD)

Examples

NULL


Tong-Chen/ImageGP documentation built on April 14, 2025, 12:54 p.m.