File: reweightPred.Rd

package info (click to toggle)
r-cran-matrixmodels 0.5-4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,070 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
\name{reweightPred}
\title{Reweight Prediction Module Structure Internals}
\alias{reweightPred}
\alias{reweightPred-methods}
\alias{reweightPred,dPredModule,matrix,numeric-method}
\alias{reweightPred,sPredModule,matrix,numeric-method}
\usage{
reweightPred(predM, sqrtXwt, wtres, \dots)
}
\arguments{
  \item{predM}{a predictor module}
  \item{sqrtXwt}{the sqrtXwt matrix}
  \item{wtres}{the vector of weighted residuals}
  \item{\dots}{potentially further arguments used in methods; not used
    currently.}
}
\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.
}
\value{updated predM}
% \details{
% }
% \references{
% }
% \seealso{
% }
\section{Methods}{
  \describe{
    \item{\code{signature(predM = "dPredModule", sqrtXwt = "matrix",
	wtres = "numeric")}}{ .. }
    \item{\code{signature(predM = "sPredModule", sqrtXwt = "matrix",
	wtres = "numeric")}}{ .. }
  }
}
\examples{
## TODO
}
\keyword{regression}
\keyword{methods}