Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

reweightPred

Reweight Prediction Module Structure Internals


Description

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.

Usage

reweightPred(predM, sqrtXwt, wtres, ...)

Arguments

predM

a predictor module

sqrtXwt

the sqrtXwt matrix

wtres

the vector of weighted residuals

...

potentially further arguments used in methods; not used currently.

Value

updated predM

Methods

signature(predM = "dPredModule", sqrtXwt = "matrix", wtres = "numeric")

..

signature(predM = "sPredModule", sqrtXwt = "matrix", wtres = "numeric")

..

Examples

## TODO

MatrixModels

Modelling with Sparse and Dense Matrices

v0.5-0
GPL (>= 2)
Authors
Douglas Bates <bates@stat.wisc.edu> and Martin Maechler <maechler@stat.math.ethz.ch>
Initial release
2021-03-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.