RegressionStatTestNA | R Documentation |
The function RegressionStatTest compute the statistic and the pvalue of the regression test.
RegressionStatTestNA(Covariate, CovName, Zmat, MatCorr, Data, Configs.list)
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 |
Data |
A dataset containing the effect, the pvalues and the |
Configs.list |
A vector containing the NA configurations present in the dataset |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.