biostats 1.1.2
CRAN release: 2026-03-05
Bug fixes
-
sample_size(): corrected dropout adjustment from approximate formulan * (1 + dropout)to exact formulan / (1 - dropout), preventing underpowered enrollment at higher dropout rates.
biostats 1.1.0
CRAN release: 2025-12-06
New Features
- Implemented Lilliefors correction for Kolmogorov-Smirnov normality tests in both
normality()andsummary_table()functions. The Lilliefors test provides more accurate p-values when distribution parameters are estimated from sample data.
