The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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)
devtools
package (if necessary). In R,
paste the following into the console:install.packages('devtools')
devtools
package and install from the Github
source code.library('devtools')
install_github('cribbie/negligible')
library(negligible)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.