Skip to content

Inference Tools for SciViews::R

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

SciViews/inferit

Repository files navigation

Hypothesis Tests and Statistical Distributions for 'SciViews::R'

R-CMD-check Codecov test coverage CRAN status r-universe status License: MIT Lifecycle: experimental

Inference Tools for SciViews::R

Installation

{inferit} is not available from CRAN yet. You should install it from the SciViews R-Universe. You would also need the following packages: {chart} as an alternate formula interface to {ggplot2}, {tabularise} to produce publication-ready (rich-formatted) tabular output, {equatags} and {equatiomatic} packages are optional additions to tabularise to display equations and {data.io} is useful too because it manages labels and units that {chart} and {tabularise} use. To install these six packages and their dependencies, run the following command in R:

install.packages(c('inferit', 'chart', 'tabularise', 'equatags', 'equatiomatic', 'data.io'),
  repos = c('https://sciviews.r-universe.dev', 'https://cloud.r-project.org'))

You can also install the latest development version of {inferit}. Make sure you have the {remotes} R package installed:

# install.packages("remotes")
remotes::install_github("SciViews/inferit")

Usage

You can get further help about this package this way: Make the {inferit} package available in your R session:

library(inferit)

Get help about this package:

library(help = "inferit")
help("inferit-package")
vignette("inferit") # None is installed with install_github()

For further instructions, please, refer to the help pages at https://www.sciviews.org/inferit/.

Code of Conduct

Please note that the {inferit} package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.