Code | Display | Comments |
---|
oneTailedTest | one-tailed test (1 threshold) | |
twoTailedTest | two-tailed test (2 thresholds) | |
zTest | z-test | |
oneSampleTTest | 1-sample t-test | |
twoSampleTTest | 2-sample t-test | |
pairedTTest | paired t-test | |
chiSquareTest | Chi-square test | |
chiSquareTestTrend | Chi-square test for trend | |
pearsonCorrelation | Pearson correlation | |
anova | ANOVA (ANalysis Of VAriance) | |
anovaOneWay | one-way ANOVA | |
anovaTwoWay | 2-way ANOVA without replication | |
anovaTwoWayReplication | 2-way ANOVA with replication | |
manova | multivariate ANOVA (MANOVA) | |
anovaThreeWay | 3-way ANOVA | |
signTest | sign test | |
wilcoxonSignedRankTest | Wilcoxon signed-rank test | |
wilcoxonRankSumTest | Wilcoxon rank-sum test | |
mannWhitneyUTest | Mann-Whitney U test | |
fishersExactTest | Fisher’s exact test | |
mcnemarsTest | McNemar’s test | |
kruskalWallisTest | Kruskal Wallis test | |
spearmanCorrelation | Spearman correlation | |
kendallCorrelation | Kendall correlation | |
friedmanTest | Friedman test | |
goodmanKruskasGamma | Goodman Kruska’s Gamma | |
glm | GLM (Generalized Linear Model) | |
glmProbit | GLM with probit link | |
glmLogit | GLM with logit link | |
glmIdentity | GLM with identity link | |
glmLog | GLM with log link | |
glmGeneralizedLogit | GLM with generalized logit link | |
glmm | Generalized linear mixed model (GLMM) | |
glmmProbit | GLMM with probit link | |
glmmLogit | GLMM with logit link | |
glmmIdentity | GLMM with identity link | |
glmmLog | GLMM with log link | |
glmmGeneralizedLogit | GLMM with generalized logit link | |
linearRegression | Linear Regression | |
logisticRegression | Logistic Regression | |
polynomialRegression | Polynomial Regression | |
coxProportionalHazards | Cox Proportional Hazards | |
binomialDistributionRegression | Binomial Distribution for Regression | |
multinomialDistributionRegression | Multinomial Distribution for Regression | |
poissonRegression | Poisson Regression | |
negativeBinomialRegression | Negative Binomial Regression | |
zeroCellConstant | Zero-cell adjustment with constant | |
zeroCellContinuityCorrection | Zero-cell adjustment with continuity correction | |
adjusted | Adjusted analysis | |
interactionTerm | Interaction term | |
manteHaenszelMethod | Mantel-Haenszel method | |
metaAnalysis | Meta-analysis | |
inverseVariance | Inverse variance method | |
petoMethod | Peto method | |
hartungKnapp | Hartung-Knapp adjustment | |
modifiedHartungKnapp | Modified Hartung-Knapp adjustment | |
effectsFixed | Fixed-effects | |
effectsRandom | Random-effects | |
chiSquareTestHomogeneity | Chi-square test for homogeneity | |
dersimonianLairdMethod | Dersimonian-Laird method | |
pauleMandelMethod | Paule-Mandel method | |
restrictedLikelihood | Restricted Maximum Likelihood method | |
maximumLikelihood | Maximum Likelihood method | |
empiricalBayes | Empirical Bayes method | |
hunterSchmidt | Hunter-Schmidt method | |
sidikJonkman | Sidik-Jonkman method | |
hedgesMethod | Hedges method | |
tauDersimonianLaird | Dersimonian-Laird method | |
tauPauleMandel | Paule-Mandel method | |
tauRestrictedMaximumLikelihood | Restricted Maximum Likelihood method | |
tauMaximumLikelihood | Maximum Likelihood method | |
tauEmpiricalBayes | Empirical Bayes method | |
tauHunterSchmidt | Hunter-Schmidt method | |
tauSidikJonkman | Sidik-Jonkman method | |
tauHedges | Hedges method | |
poolMantelHaenzsel | Mantel-Haenszel method | |
poolInverseVariance | Inverse variance method | |
poolPeto | Peto method | |
poolGeneralizedLinearMixedModel | Generalized linear mixed model (GLMM) | |