Overview
biostats is an R package that functions as a toolbox to aid in biostatistics and clinical data analysis tasks and workflows.
Key features
- Descriptive statistics and exploratory data analysis
- Sample size and power calculation
- Statistical analysis and inference
- Data visualization
Designed primarily for comparative clinical studies, trial planning, and analysis, this package serves both as an analytical toolkit for professional biostatisticians and clinical data analysts and as an educational resource for researchers transitioning to R-based biostatistics, including professionals from other domains, clinical research professionals, and medical practitioners involved in the development of clinical trials.
Developed by the biostatistics team at Laboratorios Sophia S.A. de C.V.
Installation
# Install latest CRAN release:
install.packages("biostats")
# Or install developer version from GitHub:
#install.packages("pak")
pak::pak("sebasquirarte/biostats")Contributions & Feedback
We welcome feedback, suggestions, and bug reports. You can share your thoughts via email (sebastian.quirarte@sophia.com.mx) or GitHub issues.
