Home > biomechZoo > Toolbox > Statistics > omni_ttest.m

omni_ttest

PURPOSE ^

[P,t,df,e] = OMNI_TTEST(data1,data2,type,alpha,thresh,tail,mode,bonf) performs statistical

SYNOPSIS ^

function [P,t,df,e,md,CIdiff] = omni_ttest(data1,data2,type,alpha,thresh,tail,mode,bonf)

DESCRIPTION ^

 [P,t,df,e] = OMNI_TTEST(data1,data2,type,alpha,thresh,tail,mode,bonf) performs statistical
 comparison of two groups taking into account parametric assumptions.

 ARGUMENTS
  data1    ...  first data set.
  data2    ...  second data set
  type     ...  'paired' or 'unpaired' analysis
  alpha    ...  significance level. Default '0.05'
  thresh   ...  threshold for failure of parametric assumptions and use of
                nonparametric tests. Default '0.05'
  tail     ...  one or two sided test. Default 'both'.
  mode     ...  display information 'full'
  bonf     ...  apply bonferroni correction based on n tests. default n = 1

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005