Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ estimated bias and standard error of our statistic.
stderror(bs1)
```

*Note*: do not confuse function ```stderror``` provided by the`Bootstrap` package with function stderr provided by Julia base.

Furthermore, we can estimate confidence intervals (CIs) for our statistic of
interest, based on the bootstrapped samples.

Expand Down