see.lmr.tck {asbio} | R Documentation |
Given Y and X matrices a regression linear model is demonstrated using matrix algebra.
see.lmr.tck()
pm1(Y, X, sz=1, showXY = TRUE)
Y |
Response variable |
X |
Explanatory variables |
sz |
Text expansion factor |
showXY |
Logical, indicating whether or not X and Y matrices should be shown. |
X requires a Y intercept variable X_0
and at least one other variable.
Ken Aho