adjustedKm: Compute a weight-adjusted Kaplan-Meier curve

View source: R/RcppExports.R

adjustedKmR Documentation

Compute a weight-adjusted Kaplan-Meier curve

Description

Compute a weight-adjusted Kaplan-Meier curve

Usage

adjustedKm(weight, time, y)

Arguments

weight

Vector of observation weights

time

Vector of event times

y

Vector outcomes (0 indicates censoring, 1 indicates event-of-interest)


OHDSI/CohortMethod documentation built on Feb. 9, 2024, 9:01 a.m.