Learn R Programming

ipred (version 0.6-14)

ipred-internal: Internal ipred functions

Description

Internal ipred functions.

Usage

uwhich.max(x)
predict.sclass(object, newdata=NULL, type=c("class", "prob"), ...)
predict.sreg(object, newdata=NULL, ...)
getpartition(object, newdata=NULL)
workhorse(y, X, control, comb, bcontrol, thisclass, ...)
getsurv(obj, times)
ssubset(y, k, strat=TRUE)
irpart(formula, data=NULL, weights, subset,
na.action=na.rpart, method, model=FALSE, x=FALSE, y=TRUE,
parms, control, cost, bcontrol, ...)
predict.irpart(object, newdata = list(),
type = c("vector", "prob", "class", "matrix"), ...)
checkfunArgs(fun, type=c("model", "predict"))

Arguments

Details

This functions are not to be called by the user.