Skip to content
Merged
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
4 changes: 3 additions & 1 deletion vignettes/Overview.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ can be broken down to the following sections:
- round_away_0
- get_session_info
- get_full_name
- shorten_git_hash
- Example Datasets
- exampleData_BAMA
- exampleData_NAb
Expand Down Expand Up @@ -167,7 +168,7 @@ There are currently three testing functions performing the appropriate
statistical tests, depending on the data and options, returning a p value.

There is also an estimate function for getting binary confidence intervals
(`binom_ci()`).
(`binom_ci()`). Note that `wilson_ci()` has been superseded by the use of `binom_ci()`.

`trapz_sorted()` is used to create an estimate for the area under a curve while
making sure the x-axis is sorted so that both the x-axis and the area are
Expand Down Expand Up @@ -829,6 +830,7 @@ round_away_0(vals_to_round, digits = 2, trailing_zeros = TRUE)
end of reports. The first table gives software session information and the
second table gives software package version information. `get_full_name()` is a
function used by `get_session_info()` to get the user's name, based on user's ID.
`shorten_git_hash()` is an internal function for the reproducibility table and used within `get_session_info()` which shortens the hash string to 7 digits.

```{r}
my_session_info <- get_session_info()
Expand Down