predictfun {XReg} | R Documentation |
predictfun
This gives predictions but also give assigments to the active sets
for data given in the xpred matrix. The default is not to give assignments.
predictfun(xpred,varlist,beta0list,lower=-Inf,upper=Inf,activeset=F)
xpred |
xmatrix for predictions |
varlist |
model form list (described in XR regression function) |
beta0list |
the beta list from XR regression function |
lower |
lower bound for predictions |
upper |
upper bound for predictions |
activeset |
if T denote where observations are in terms of active set |
a list containing:
predfit |
predicted values |
Michael LeBlanc mleblanc@fhcrc.org
## #See XReg