Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Oct 17, 2020
1 parent faeb154 commit 36ca0b4
Show file tree
Hide file tree
Showing 19 changed files with 136 additions and 112 deletions.
2 changes: 1 addition & 1 deletion R/bf_oneway_anova.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' @title Bayesian one-way analysis of variance (ANOVA)
#' @title Bayes Factor for one-way analysis of variance (ANOVA)
#' @name bf_oneway_anova
#'
#' @importFrom BayesFactor anovaBF
Expand Down
2 changes: 1 addition & 1 deletion R/bf_ttest.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' @param test.value A number specifying the value of the null hypothesis
#' (Default: `0`).
#' @param output If `"expression"`, will return expression with statistical
#' details, while `"dataframe"` (default) will return a dataframe containing the
#' details, while `"dataframe"` will return a dataframe containing the
#' results.
#'
#' @importFrom BayesFactor ttestBF
Expand Down
9 changes: 9 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ remotes::install_github(

# Summary of available tests

Behind the curtains, `tidyBF` provides an easier syntax to marry functionalities
provided by the following two packages in a unified framework:

- [`BayesFactor`](https://richarddmorey.github.io/BayesFactor/) : for
hypothesis testing

- [`bayestestR`](https://easystats.github.io/bayestestR/): for posterior
estimation

Analysis | Function | Hypothesis testing | Estimation
------------------ | ---------- | ---------- | ---------
(one/two-sample) t-test | `bf_ttest` | <font color="green">Yes</font> | <font color="green">Yes</font>
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Status](https://ci.appveyor.com/api/projects/status/github/IndrajeetPatil/tidyBF
[![Project Status: Active - The project has reached a stable, usable
state and is being actively
developed.](http://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Last-changedate](https://img.shields.io/badge/last%20change-2020--10--16-yellowgreen.svg)](https://github.com/IndrajeetPatil/tidyBF/commits/master)
[![Last-changedate](https://img.shields.io/badge/last%20change-2020--10--17-yellowgreen.svg)](https://github.com/IndrajeetPatil/tidyBF/commits/master)
[![minimal R
version](https://img.shields.io/badge/R%3E%3D-3.6.0-6666ff.svg)](https://cran.r-project.org/)
[![Coverage
Expand Down Expand Up @@ -75,6 +75,16 @@ remotes::install_github(

# Summary of available tests

Behind the curtains, `tidyBF` provides an easier syntax to marry
functionalities provided by the following two packages in a unified
framework:

- [`BayesFactor`](https://richarddmorey.github.io/BayesFactor/) : for
hypothesis testing

- [`bayestestR`](https://easystats.github.io/bayestestR/): for
posterior estimation

| Analysis | Function | Hypothesis testing | Estimation |
|---------------------------------|----------------------|--------------------------------|--------------------------------|
| (one/two-sample) t-test | `bf_ttest` | <font color="green">Yes</font> | <font color="green">Yes</font> |
Expand Down
7 changes: 6 additions & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: 2.11.0.2
pkgdown: 1.6.1
pkgdown_sha: ~
articles: {}
last_built: 2020-10-16T17:37Z
last_built: 2020-10-17T07:32Z
urls:
reference: https://indrajeetpatil.github.io/tidyBF//reference
article: https://indrajeetpatil.github.io/tidyBF//articles
Expand Down
8 changes: 4 additions & 4 deletions docs/reference/bf_contingency_tab.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions docs/reference/bf_corr_test.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

3 comments on commit 36ca0b4

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests/testthat/test-bf_ttest.R:164:7: style: Commented code should be removed.

# set.seed(123)
      ^~~~~~~~~~~~~

tests/testthat/test-bf_ttest.R:173:11: style: Commented code should be removed.

#     conf.method = "eti"
          ^~~~~~~~~~~~~~~~~~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests/testthat/test-bf_ttest.R:164:7: style: Commented code should be removed.

# set.seed(123)
      ^~~~~~~~~~~~~

tests/testthat/test-bf_ttest.R:173:11: style: Commented code should be removed.

#     conf.method = "eti"
          ^~~~~~~~~~~~~~~~~~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests/testthat/test-bf_ttest.R:164:7: style: Commented code should be removed.

# set.seed(123)
      ^~~~~~~~~~~~~

tests/testthat/test-bf_ttest.R:173:11: style: Commented code should be removed.

#     conf.method = "eti"
          ^~~~~~~~~~~~~~~~~~~

Please sign in to comment.