vcov.wglm | R Documentation |
Compute the variance-covariance matrix of the estimated model parameters of IPCW logistic regressions.
## S3 method for class 'wglm'
vcov(object, times = NULL, type = "robust", simplify = TRUE, ...)
object |
a wglm object. |
times |
[numeric vector] time points at which the variance-covariance matrix should be output. |
type |
[character] should the robust variance-covariance matrix be computing accounting for the uncertainty of the IPCW ( |
simplify |
[logical] should the ouput be converted to a matrix when only one timepoint is requested. Otherwise will always return a list. |
... |
Not used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.