Skip to content

Commit fc3f87f

Browse files
author
acp29
committed
updated help in bootnhst
1 parent ead139c commit fc3f87f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

inst/bootnhst.m

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@
1111
% [p, c, gnames] = bootnhst(data,group,...)
1212
% bootnhst(data,group,...);
1313
%
14-
% This non-parametric bootstrap function is for null hypothesis (H0)
15-
% significance testing and can be used with univariate (vector) or
16-
% multivatiate (matrix) data [1]. These tests do not make the normality
17-
% assumption of parametric statistical tests. Since data is bootstrapped
18-
% under the null hypothesis, p-values are accurate without double/iterated
19-
% bootstrap.
14+
% This non-parametric bootstrap function can be used for null hypothesis
15+
% (H0) significance testing with univariate (vector) or multivatiate
16+
% (matrix) data, to compare bootfun (default is the 'mean') evaluated on
17+
% independent groups/samples [1]. These tests do not make the normality
18+
% assumption of parametric statistical tests and the calculations of the
19+
% pooled standard deviation (for studentization) accomodate for unequal
20+
% sample size. Since data is bootstrapped under the null hypothesis,
21+
% p-values are accurate without double/iterated bootstrap sampling.
2022
%
2123
% The specification of H0 for the overal hypothesis test depends on whether
2224
% a reference group is specified with the ref input argument.

0 commit comments

Comments
 (0)