fullr {DBfit} | R Documentation |
QR decomposition for non-full rank design matrix for Rfit.
Description
With Rfit recent update, it cannot return partial results with sigular design matrix (as opposed to lm). This function uses QR decomposition for Rfit to resolve this issue, so that dbfit can run robust version.
Usage
fullr(x, p1)
Arguments
x |
design matrix, including intercept, i.e. the first column being ones. |
p1 |
number of first few columns of x that are lineraly independent. |
Note
This function is for internal use.
[Package DBfit version 2.0 Index]