surve {jlctree}R Documentation

Defines the evaluation function for a new splitting method of rpart.

Description

Defines the evaluation function for a new splitting method of rpart. Not to be called directly by the user.

Usage

surve(y, wt, parms)

Arguments

y

the response value as found in the formula that is passed in by rpart. Note that rpart will normally have removed any observations with a missing response.

wt

the weight vector from the call, if any.

parms

the vector or list (if any) supplied by the user as a parms argument to the call.

Value

See reference.

References

https://cran.r-project.org/package=rpart/vignettes/usercode.pdf

See Also

survs,survi


[Package jlctree version 0.0.2 Index]