Description Usage Arguments Value Examples
Individually tests each column of G
for association with y
while adjusting for X
. G
may contain missing elements, although
the remaining model matrices may not. rScore
accelerates association
testing by recycling the same null model for each hypothesis test.
1 |
y |
Numeric response vector. |
G |
Numeric matrix of covariates for the target outcome whose regression coefficients are zero under the null. |
X |
Numeric model matrix included in the null model. |
parallel |
Run association tests if parallel? Must register parallel backend first. |
Vector of asymptotic p-values, one for each column of G
.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.