MOJOV.linearRegAnalysis: A internal function. Linear regression analysis between rare...

Description Usage Arguments Details Author(s) See Also Examples

Description

A internal function. Linear regression analysis between rare variants and phenotype.

Usage

1
2
MOJOV.linearRegAnalysis(x = NULL, y = NULL, testMethod = c("FTest",
      "WaldTest", "LRT", "Sandwich", "all"), ...)

Arguments

x

A vector for genotype, and it can be from MOJOV.genoVector.

y

A vector for phenotype.

testMethod

Specify the test method for linear regression, It can be "FTest", "WaldTest", "LRT", "Sandwich" and "all". And the default value is "FTest".

...

See MOJOV.analysis

Details

See MOJOV.analysis

Author(s)

Ke-Hao Wu

See Also

MOJOV.analysis

Examples

1
2
3
x<-runif(100,0,3)
y<-x+rnorm(100,1,1)
MOJOV.linearRegAnalysis(x=x,y=y)

MOJOV documentation built on May 2, 2019, 11:42 a.m.