Learn R Programming

RNOmni (version 1.0.0)

WaldStat: Basic Association Score Test

Description

Basic Association Score Test

Usage

WaldStat(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 vector.

X

Model matrix of covariates.