## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set(collapse = TRUE, comment = "#>") ## ----setup-------------------------------------------------------------------- library(logcumulant) ## ----eval = FALSE------------------------------------------------------------- # size_study(sample_sizes = c(30, 50, 100, 200), Nsim = 1000) ## ----eval = FALSE------------------------------------------------------------- # power_study(n = 100, Nsim = 1000) ## ----eval = FALSE------------------------------------------------------------- # # from the package source directory # source("reproduce_all_figures.R")