Learn R Programming

RNOmni (version 1.0.0)

BAT.WaldTest: Basic Association Wald Test

Description

Basic Association Wald Test

Usage

BAT.WaldTest(y, G, X)

Value

Numeric matrix, with 1 row per SNP, containing these columns:

  • "score", the score statistic.

  • "se", its standard error.

  • "z", the Z statistic.

  • "p", the p-value.

Arguments

y

Numeric phenotype vector.

G

Genotype matrix with observations as rows, SNPs as columns.

X

Model matrix of covariates.