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.
install.packages("negligible") library(negligible)
1) Install the devtools
package (if necessary). In R, paste the following into the console:
install.packages('devtools')
2) Load the devtools
package and install from the Github source code.
library('devtools')
install_github('cribbie/negligible')
3) Load the newly installed package by calling
library(negligible)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.