Skip to contents

Overview

Function stability is communicated using the lifecycle package. Functions marked as experimental are newly introduced and their user interface may change in future releases. This does not reflect on the reliability of the function itself, as all functions are thoroughly tested before each release. For a detailed overview of all lifecycle stages, see vignette("stages", package = "lifecycle").

sprtt sprtt-package
sprtt: Sequential Probability Ratio Tests Toolbox

Main Functions

seq_ttest()
Sequential Probability Ratio Test using t-statistic
seq_anova()
Sequential Analysis of Variance

Visualization

plot_anova() experimental
Plot Sequential ANOVA Results

Plan Sequential Sample Size

plan_sample_size() experimental
Generates HTML reports for sample size planning for sequential ANOVAs.
download_sample_size_data() experimental
Download simulation data for sample size planning
load_sample_size_data() experimental
Access sample size simulation data
cache_clear() experimental
Clear cached simulation data
cache_info() experimental
Cache information

Simulates Data Sets

draw_sample_normal()
Draw Samples from a Normal Distribution
draw_sample_mixture()
Draw Samples from a Gaussian Mixture Distribution

Example Data

df_stress
Test data to run the examples
df_income
Test data to run the examples
df_cancer
Test data to run the examples