Compute the first derivative of the log-likelihood for IPCW logistic regressions.
# S3 method for wglm
score(x, indiv = FALSE, times = NULL, simplifies = TRUE, ...)
a wglm object.
[logical] should the individual score be output? Otherwise the total score (i.e. summed over all individuals will be output).
[numeric vector] time points at which the score should be output.
[logical] should the ouput be converted to a matrix when only one timepoint is requested. Otherwise will always return a list.
Not used.