applyLMNormal {gofedf}R Documentation

Apply linear model and extract required components for the test

Description

Apply linear model and extract required components for the test

Usage

applyLMNormal(x, y)

Arguments

x

is either a numeric vector or a design matrix. In the design matrix, rows indicate observations and columns presents explanatory variables.

y

is a vector of numeric values with the same number of observations or number of rows as x.

Value

a list with three elements.


[Package gofedf version 0.1.0 Index]