Welcome to ClientVPS Mirrors

README

inferstat

inferstat is an R package for performing descriptive statistics, assumption checking, hypothesis testing, ANOVA, correlation analysis, regression, and publication-ready statistical reporting.

Features

Installation

CRAN

install.packages("inferstat")

Development version

remotes::install_github("YOUR_GITHUB_USERNAME/inferstat")

Example

library(inferstat)

describe(
  data = iris,
  response = Sepal.Length
)

check_normality(
  data = iris,
  response = Sepal.Length
)

check_variance(
  data = iris,
  response = Sepal.Length,
  group = Species
)

check_outliers(
  data = iris,
  response = Sepal.Length
)

Documentation

help(package = "inferstat")

License

MIT

Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.

This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.