Learn R Programming

gofedf (version 0.1.0)

applyLMNormal: 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)

Value

a list with three elements.

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.