RegressionStatTest {metaGE} | R Documentation |
The function RegressionStatTest compute the statistic and the pvalue of the regression test.
RegressionStatTest(Covariate, CovName, Zmat, MatCorr)
Covariate |
A dataset containing the values of one Covariate (in columns) in each environment (in rows). |
CovName |
The name the Covariate. |
Zmat |
A matrix containing the Zscores of all markers (in rows) in each environment (in columns). |
MatCorr |
The inter-environments correlation matrix. Can be computed using |
A dataset of two columns containing the pvalue of the meta-regression test and the number of environment used to perform the test of all markers.