Description Usage Arguments Details Value Author(s) References Examples
Full QR decomposition of the design matrix X
. No argument checks are
performed, see Details
.
1 |
X |
Design matrix as generated by
|
coef.d |
Non- |
The design matrix X
is QR decomposed into X = Xq Xr
.
By performing a full QR decomposition, Xq
is automatically extended to
a full basis. Xq
is further split into Xd
and Xhe
, where
Xd
corresponds to columns coef.d
(non-H0
or
non-Null-Hypothesis columns) and Xhe
correspond to all other columns
(H0
and error columns), see initRandrot
.
No argument checks are performed for reasons
of performance as this function is called frequently by
initRandrot
when weights are used.
See \insertCiteHettegger2021randRotation and \insertCiteLangsrud2005randRotation for further details.
A list
object containing matrices Xd
,
Xhe
and rank of the qr decomposition.
Peter Hettegger
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.