
Last chance! 50% off unlimited learning
Sale ends in
Update any internal structures associated with sqrtXwt and the weighted residuals. The "V" matrix is evaluated from X using the sqrtXwt matrix and a Vtr vector is calculated.
reweightPred(predM, sqrtXwt, wtres, ...)
updated predM
a predictor module
the sqrtXwt matrix
the vector of weighted residuals
potentially further arguments used in methods; not used currently.
signature(predM = "dPredModule", sqrtXwt = "matrix",
wtres = "numeric")
..
signature(predM = "sPredModule", sqrtXwt = "matrix",
wtres = "numeric")
..