Calculates the probability of the event occurring before t0 + tau,
given survival up to t0, using information on a short-term event.
Prob.Covariate.ShortEvent(
t0,
tau,
data,
weight = NULL,
bandwidth = NULL,
newdata = NULL
)A landpred_result object.
The landmark time.
The prediction window.
The data frame.
Optional weights.
Bandwidth for kernel smoothing.
Optional new data for prediction.