levene-test
Version:
Perform Levene's statistical test for equality of group variances
35 lines (34 loc) • 728 B
JSON
{
"name": "levene-test",
"version": "1.0.2",
"description": "Perform Levene's statistical test for equality of group variances",
"main": "src/levene.js",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lukem512/levene-test.git"
},
"keywords": [
"Levene",
"test",
"statistics",
"anova",
"analysis",
"variance",
"equlity",
"stats",
"absolute",
"quadratic"
],
"author": "Luke Mitchell",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukem512/levene-test/issues"
},
"homepage": "https://github.com/lukem512/levene-test",
"dependencies": {
"statistical-methods": "^1.0.3"
}
}