knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of SampleSizeBF is TODO: BENCE
SampleSizeBF can be used either via the Shiny app or via R.
You can use the app at LINK
You can alternatively run the app locally on your own computer by following these instructions:
Install the development version (SampleSizeBF is not available from CRAN) from GitHub with:
# install.packages("devtools") devtools::install_github("BencePalfi/SampleSizeBF")
Running the app.
SampleSizeBF::run_app()
You can read more on how to use the SampleSizeBF app in vignette("app_use").
You can install the released version of SampleSizeBF from with:
install.packages("SampleSizeBF")
You can install the development version of the package from GitHub by running the code presented in the previous section.
You can read more on how to use the SampleSizeBF package to create reports from R in vignette("local_use").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.