predictfun {XReg}R Documentation

Predictions for extreme regression models

Description

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.

Usage

predictfun(xpred,varlist,beta0list,lower=-Inf,upper=Inf,activeset=F)  

Arguments

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

Value

a list containing:

predfit predicted values

Author(s)

Michael LeBlanc mleblanc@fhcrc.org

Examples

##
 #See XReg 

[Package XReg version 1.0 Index]