XBloop_rcpp | R Documentation |
Loop for computation of design matrix (X) times the working scale parameters (B). Written in C++. Used in w2n
.
XBloop_rcpp( DM, Xvec, nbObs, nr, nc, circularAngleMean, consensus, rindex, cindex, nbStates, refCoeff = 1 )
DM |
design matrix |
Xvec |
working parameters |
nbObs |
number of observations |
nr |
number of rows in design matrix |
nc |
number of column in design matrix |
circularAngleMean |
indicator for whether or not circular-circular regression model |
consensus |
indicator for whether or not circular-circular regression consensus model |
rindex |
row index for design matrix |
cindex |
column index for design matrix |
nbStates |
number of states |
refCoeff |
intercept coefficient for circular-circular regression model |
XB matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.