Learn R Programming

TestDimorph (version 0.3.5)

t_test: t-greene test

Description

t-greene test

Usage

t_test(
  m,
  f,
  m2,
  f2,
  M.mu,
  F.mu,
  M.mu2,
  F.mu2,
  M.sdev,
  F.sdev,
  M.sdev2,
  F.sdev2,
  padjust = padjust,
  N,
  digits,
  sig.level,
  alternative,
  es
)

Arguments

m

Number of male sample size in the first population, Default: NULL

f

Number of female sample size in the first population, Default: NULL

m2

Number of male sample size in the second population, Default: NULL

f2

Number of female sample size in the second population, Default: NULL

M.mu

Means for males in the first population, Default: NULL

F.mu

Means for females in the first population, Default: NULL

M.mu2

Means for males in the second population, Default: NULL

F.mu2

Means for females in the second population, Default: NULL

M.sdev

Standard deviation for males in the first population, Default: NULL

F.sdev

Standard deviation for females in the first population, Default: NULL

M.sdev2

Standard deviation for males in the second population, Default: NULL

F.sdev2

Standard deviation for females in the second population, Default: NULL

padjust

Method of p.value adjustment for multiple comparisons following p.adjust.methods

N

Number of pairwise comparisons for p.adjust.methods, if left NULL it will follow the formula n(n 1)/2 where n is the number of populations , Default: NULL

digits

Number of significant digits, Default: 4

sig.level

Critical p.value, Default: 0.05

alternative

a character string specifying the alternative hypothesis, must be one of "two.sided", "greater" or "less".

es

Logical; if TRUE effect size is included in the output , Default: FALSE