Learn R Programming

asbio (version 1.0-5)

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.

Details

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

See Also

lm