calc_ipcw_pos {eventglm}R Documentation

Compute inverse probability of censoring weights pseudo observations

Description

Compute inverse probability of censoring weights pseudo observations

Usage

calc_ipcw_pos(mr, time, causen, type, ipcw.method, Gi)

Arguments

mr

Model response object returned by Surv

time

Max time

causen

Cause of interest (numeric)

type

Outcome type, "cuminc", "survival", or "rmean"

ipcw.method

"binder" or "hajek"

Gi

vector of estimated censoring probabilities


[Package eventglm version 1.2.2 Index]