| get.uppdwn.bin {nricens} | R Documentation |
Determine UP and DOWN for the NRI calculation
Description
Internaly used function to detemine subjects who belong to UP
and DOWN.
Usage
get.uppdwn.bin(event, objs, flag.mdl, flag.prd, flag.rsk, updown, cut,
link, msg = FALSE)
Arguments
event |
Vector of event indicators, 1 for event of interest, 0 for non-event. |
objs |
List of data. |
flag.mdl, flag.prd, flag.rsk |
Logical values to determine the type of calculation based on the input data. |
updown |
Character to specify the method to determine |
cut |
Scalar or vector to specify the cutoff value(s) of predicted risks
for determining |
link |
Character to specify the link function for a glm fitting. |
msg |
Logical value to display computation process.
Setting |
[Package nricens version 1.6 Index]