Test#
Basic#
|
Compute descriptive statistics of numeric variables. |
|
Compute descriptive statistics of a numeric variable in different groups. |
|
Compute descriptive statistics of a categorical variable. |
|
Compute the contingency table of two categorical variables. |
t-Test#
|
Test whether the mean value of a variable is different from the expected value. |
|
Test whether the mean values of a variable are different in two groups. |
|
Test whether the mean values of a variable are different in two paired groups. |
|
Test whether the mean values of a variable are different between every two groups. |
ANOVA#
|
Test whether the mean values of a variable are different between several groups. |
|
Test whether the mean values of a variable are different between several groups, when the groups are classified in two ways. |
|
Test whether the mean values of a variable are different between several groups, when another variable is controlled. |
|
Test whether the mean values of a variable are different between several groups classified in two ways, when another variable is controlled. |
|
Test whether the mean values of several variables are different between several groups. |
|
Test whether the mean values of a variable are different between several groups on repeated measured data. |
Exact Test#
|
Test whether the proportion of a categorical variable is different from the expected proportion. |
|
Test whether there is an association between two categorical variables. |
|
Test whether the proportions of a categorical variable are different in two paired groups. |
Chi-Square Test#
|
Test whether there is an association between two categorical variables. |
|
Test whether the proportion of a categorical variable is different from the expected proportion. |
|
Test whether the proportions of a categorical variable are different in two paired groups. |
|
Test whether there is an association between two categorical variables in stratified data. |
Linear Regression#
|
Test whether there is a correlation between two numeric variables. |
|
Compute the correlation coefficients between every two variables. |
|
Fit an equation that predicts a numeric variable from another numeric variable. |
|
Fit an equation that predicts a numeric variable from other variables. |
Logistic Regression#
|
Fit an equation that predicts a dichotomous categorical variable from a numeric variable. |
|
Fit an equation that predicts a dichotomous categorical variable from other variables. |
|
Fit an equation that predicts an ordered categorical variable from other variables. |
|
Fit an equation that predicts a multinomial categorical variable from other variables. |
Nonparametric#
|
Test whether the mean value of a variable is different from the expected value with nonparametric methods. |
|
Test whether the mean values of a variable are different in two paired groups with nonparametric methods. |
|
Test whether the mean values of a variable are different in two paired groups with nonparametric methods. |
|
Test whether the mean values of a variable are different in two groups with nonparametric methods. |
|
Test whether the mean values of a variable are different between several groups with nonparametric methods. |
|
Test whether the mean values of a variable are different between several groups on repeated measured data with nonparametric methods. |
|
Test whether there is a correlation between two numeric variables with nonparametric methods. |
Others#
|
Compute some common statistics of a screening test. |
|
Compute some common statistics of an epidemiologic study. |
|
Find the underlying factors of a set of variables. |
|
Find the linear combination of a set of variables to manifest the variation of data. |
|
Find the linear combination of a set of variables to distinguish between groups. |