Learn R Programming

PIGE (version 1.1)

LR.cont.boot: Wald test for an adjusted model.

Description

The LR.cont,boot function performs a Wald test for a SNP effect. The function returns the p-value of the Wald test. It is an Internal function used by the bootstrap.snp function.

Usage

LR.cont.boot(x, formula, data)

Arguments

x

numeric vector corresponding to the new response variable (from parametric bootstrap).

formula

an object of class "formula" : a symbolic description of the model to be fitted without the interaction term.

data

a data frame containing the variables in the model.

Value

p-value of the Wald test for a SNP effect.