Skip to content

❗ This is a read-only mirror of the CRAN R package repository. negligible — A Collection of Functions for Negligible Effect/Equivalence Testing

Notifications You must be signed in to change notification settings

cran/negligible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

negligible

R package for negligible effect/equivalence testing.

This package provides several functions for being able to evaluate whether a negligible effect exists among variables. This could be a negligible difference in means, a negligible correlation, etc. In addition, the package also provides graphics that help researchers interpret the results of the analyses.

Vignettes

For detailed examples and tutorials, check out the vignettes page here, or visit the webpage directly at https://cribbie.info.yorku.ca/negligible-r-package/.

Install and Activate the Package on CRAN:

install.packages("negligible") library(negligible)

Install the Package on github:

  1. Install the devtools package (if necessary). In R, paste the following into the console:
install.packages('devtools')
  1. Load the devtools package and install from the Github source code.
library('devtools')
install_github('cribbie/negligible')
  1. Load the newly installed package by calling
library(negligible)

About

❗ This is a read-only mirror of the CRAN R package repository. negligible — A Collection of Functions for Negligible Effect/Equivalence Testing

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages