Create a list of options which control the nearest neighbour algorithm for risk score imputation
NN.options(NN = 5, w.censoring = 0.2, min.subjects = 20)
A list of options used within the ScoreImputedData function
The (maximum) number of subjects to be included in the risk set
The weighting on the censoring risk score when
calculating distances for the nearest neighbour calculation
A weighting of (1-w.censoring)
is used for the event risk score
If using time dependent score imputation include at least this number of subjects when fitting the Cox model (i.e. include some subjects who were censored/had event earlier than the cenosred observation if neccessary)