see.lmr.tck: Regression linear model derivation from linear algebra

see.lmr.tckR Documentation

Regression linear model derivation from linear algebra

Description

Given Y and X matrices a regression linear model is demonstrated using matrix algebra.

Usage

see.lmr.tck()
pm1(Y, X, sz=1, showXY = TRUE)

Arguments

Y

Response variable

X

Explanatory variables

sz

Text expansion factor

showXY

Logical, indicating whether or not X and Y matrices should be shown.

Details

X requires a Y intercept variable X_0 and at least one other variable.

Author(s)

Ken Aho

See Also

lm


asbio documentation built on Aug. 20, 2023, 9:07 a.m.