see.lmr.tck {asbio} | R 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
[Package asbio version 1.9-7 Index]