Inference Tools for SciViews::R
{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")
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/.
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.