Test that the mean of a sample is equal to a given value
Input
Table
The input table
Output
Result
The output result
Configuration
preselected_column_names
The names of column to pre-select for comparison. By default, the first 500 columns are used
List
-1
name
The name of the column(s) to pre-select
string
is_regex
Set True if it is a text pattern (regular expression), False otherwise
bool
expected_value
The expected value in null hypothesis
float
alternative_hypothesis
The alternative hypothesis chosen for the testing.
string
two-sided
adjust_pvalue
Adjust p-values for multiple tests
List
1
method
The method used to adjust (correct) p-values
string
bonferroni
alpha
FWER, family-wise error rate
float
0.05