sprtt 0.3.0
Add:
plan_sample_size()creates HTML reports for sample size planning of sequential ANOVAsAdd:
download_sample_size_data()downloads the data required forplan_sample_size()Add:
load_sample_size_data()provides manual access to the simulation dataset used byplan_sample_size()Add:
cache_clear()removes the cached simulation dataset used byplan_sample_size()Add:
cache_info()displays information about cached simulation data used byplan_sample_size()Breaking change:
plot_anova()argumentposition_lr_xnow uses absolute x-axis coordinates (e.g.,position_lr_x = 30places the label at x = 30) instead of relative positioning, providing more intuitive and precise control of label placement.Add:
plot_anova()gains new argumentposition_lr_yto control the y-axis position of the likelihood ratio label using absolute coordinates.Change: Internal function documentation improved throughout the package
sprtt 0.2.0
CRAN release: 2023-07-06
Add: the
seq_anova()function, which performs a sequential one-way fixed effects ANOVAAdd:
draw_sample_normal()function, which simulates data for a sequential ANOVA using normal distributions.Add:
draw_sample_mixture()function, which simulates data for a sequential ANOVA using Gaussian Mixture distributionsAdd:
plot_anova()plot function for the results of theseq_anova()function.Bug fix: update text in show(), if
muis not equal to 0Change: sprtt logo
sprtt 0.1.0
CRAN release: 2021-08-06
Added the
seq_ttest()function, which performs sequential t-testsAdded the test datasets
df_income,df_canceranddf_stressAdded the vignette “How to use the
sprttpackage”Added the vignette “Sequential t-test”
Added the vignette “Use Case”
Added tests to simulate the error rates of the test
Added unit tests
Added pkgdown site
Added logo
