knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

SampleSizeBF

Lifecycle: experimental

The goal of SampleSizeBF is TODO: BENCE

Features

Usage

SampleSizeBF can be used either via the Shiny app or via R.

Using the Shiny app

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").

Installation

You can install the released version of SampleSizeBF from with:

install.packages("SampleSizeBF")

Using the package

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").



BencePalfi/SampleSizeBF documentation built on April 3, 2025, 2:01 p.m.