knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
# # Installing # install.packages("devtools") # devtools::install_github("BencePalfi/SampleSizeBF") # # # Loading # library(SampleSizeBF)
You can plan your sample size TODO add more explanation
TODO add more explanation
Bf_samplesize(distribution_likelihood = "normal", distribution_prior = "normal", sd_of_theory = 1.5, sd1 = 1.8, sd2 = NULL, tail = 1, threshold = 3, tpr = .8, n_start = 5, n_end = 1000, step = 1)
TODO add more explanation
Bf_samplesize(distribution_likelihood = "normal", distribution_prior = "cauchy", sd_of_theory = 10.5, sd1 = 1.8, sd2 = NULL, tail = 1, threshold = 3, tpr = .9, n_start = 5, n_end = 10000, step = 1)
TODO add more explanation
Bf_samplesize(distribution_likelihood = "normal", distribution_prior = "uniform", sd_of_theory = 1.5, sd1 = 1.8, sd2 = NULL, tail = 1, threshold = 3, tpr = .8, n_start = 5, n_end = 1000, step = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.