Need to come up with a name and an interface. Current proposal:
- Name:
row_lm_f()
- Arguments: 1) data matrix 2) alternative model matrix 3) null model matrix
Have to do a lot of testing in order to make sure it will produce the same output as lm(). Keep track of pivoting.
Need to come up with a name and an interface. Current proposal:
row_lm_f()Have to do a lot of testing in order to make sure it will produce the same output as
lm(). Keep track of pivoting.