Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acp29 committed Jul 2, 2022
1 parent 1d550da commit 57cb4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To install (or test) the iboot package at it's existing location in either Octav
* `bootanovan` calculates *p*-values for N-way, fixed effects ANOVA by bootstrapping the distribution of F-statistics under the null hypothesis. This function depends on the `anovan` function from the Statistics package in Octave, or the Statistics and Machine Learning toolbox in Matlab.
* `bootnhst` calculates *p*-values by bootstrap null-hypothesis significance testing (two-tailed). This function can be used to compare 2 or more (independent) samples. This function resamples under the null hypothesis.
* `bootmode` uses bootstrap to evaluate the likely number of real modes in a distribution
* `plotboot` plots an overlay of a histogram, kernel density estimate and interval limits from bootstrap statistics
* (legacy) `plotboot` plots an overlay of a histogram, kernel density estimate and interval limits from bootstrap statistics
* (legacy) `bootstrp` performs (balanced) bootstrap resampling
* (legacy) `ibootci` calculates confidence intervals (calibrated) by iterated bootstrap resampling
* (legacy) `ibootp` calculates a two-tailed *p*-value for hypothesized value of the statistic using bootstrap
Expand Down

0 comments on commit 57cb4b5

Please sign in to comment.