If pOnly=TRUE
(the default situation), a numeric vector of p-values is returned, the length of which is determined by MARGIN
.
If tOnly=TRUE
, a numeric vector of t-statistics is returned, the length of which is determined by MARGIN
.
If tOnly=TRUE
and tOnly=TRUE
, a numeric vector of t-statistics is returned, the length of which is determined by MARGIN
, as tOnly
overwrites pOnly
.
If pOnly=FALSE
and tOnly=FALSE
, a list of three components is returned:
stata numeric vector of the t-statistics, one for each row or column, depending on MARGIN
.
dfa numeric vector of degrees of freedom. If pool
is TRUE
, this vector is of length 1, i.e. n1+n2-2; if pool
is FALSE
, this vector is of the same length as stat
, depending on MARGIN
.
p.valuea numeric vector of p-values, one for each row or column, depending on MARGIN
.