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)


CohortMethod documentation built on March 21, 2026, 5:06 p.m.