splitt_padj {TWIX}R Documentation

Internal function of TWIX.

Description

This function compute the split-point and the corresponding p-value.

Usage

splitt_padj(sv, rsp, minprop=0.1, maxprop=0.9, test=FALSE)

Arguments

sv a numeric vector of predicted variable.
rsp response variable.
minprop at least minprop*100% of the observations in the first group.
maxprop not more than maxprop*100% of the observations in the first group.
test logical: return the whole information.

References

Lausen, B., Hothorn, T., Bretz, F. and Schmacher, M. (2004).
Assessment of Optimally Selected Prognostic Factors.
Biometrical Journal 46, 364-374.


[Package TWIX version 0.2.6 Index]