Package biostat is an R package that contains a collection of functions that either are intended to be used with R Commander plugin RcmdrPlugin.biostat or to do several common statistical routines (without writing to much code). The functions are created to complement other R Commander plugins that can be used to teach basic statistics in biostatistics and biometry lectures.

The package is still in its early development stage and some functions are for demonstration and test purposes only as they may change in the future.

Documentation and more information available at gegznav.github.io/biostat.

To install a developement version of the package from GitHub:

Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS = "true")
if (!require("remotes")) install.packages("remotes")
remotes::install_github("GegznaV/biostat")