information.wglm {riskRegression}R Documentation

Information for IPCW Logistic Regressions

Description

Compute the information (i.e. opposit of the expectation of the second derivative of the log-likelihood) for IPCW logistic regressions.

Usage

## S3 method for class 'wglm'
information(x, times = NULL, simplifies = TRUE, ...)

Arguments

x

a wglm object.

times

[numeric vector] time points at which the score should be output.

simplifies

[logical] should the ouput be converted to a matrix when only one timepoint is requested. Otherwise will always return a list.

...

Not used.


[Package riskRegression version 2023.12.21 Index]