Learn R Programming

asbio (version 1.9-2)

see.lmr.tck: 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.

Author

Ken Aho

Details

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

See Also