/statool

What the Package Does (One Line, Title Case)

Primary LanguageROtherNOASSERTION

statool

R-CMD-check

The goal of statool is to analysis data with easy code for students.

Installation

You can install the development version of statool from GitHub with:

# CRAN not yet!
install.packages("statool")
# r-universe
install.packages("statool", repos = "https://Surihub.r-universe.dev")

Example

This is a basic example which shows you how to solve a common problem:

library(statool)
## basic example code