statistical_test
01 Syntax
Microsoft.VisualBasic.Math.Statistics.Hypothesis.Mantel.statistical_test
02 Methods
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| MIN_MAT_SIZE | 1 | |
| MAX_EXACT_SIZE | 1 | |
| EXACT_PROC_SIZE | 1 |
04 Members
The Mantel test, named after Nathan Mantel, is a statistical test of the correlation between two matrices. The matrices must be of the same dimension; in most applications, they are matrices of interrelations between the same vectors of objects. The test was first published by Nathan Mantel, a biostatistician at the National Institutes of Health, in 1967.[1] Accounts of it can be found in advanced statistics books (e.g., Sokal & Rohlf 1995[2]).
Parameters
| Name | Type | Description |
|---|---|---|
model | Model | - |
matA | Double()() | - |
matB | Double()() | - |
matC | Double()() | - |
partial Mantel test
Parameters
| Name | Type | Description |
|---|---|---|
A | Double()() | matrix A pointer, matrix B pointer, matrix C pointer, struct of parameters (see rr.h) |
B | Double()() | - |
C | Double()() | - |
p | Result | - |
Returns
1 if ok
simple Mantel test
Parameters
| Name | Type | Description |
|---|---|---|
A | Double()() | matrix A pointer, matrix B pointer, struct for results |
B | Double()() | - |
p | Result | - |
Returns
1 if ok
MIN_MAT_SIZE
MAX_EXACT_SIZE
EXACT_PROC_SIZE