R/ahw-package.R

#' @title Re-weighting Point Processes Based on Additive Hazard Models
#' @docType package
#' @name ahw
#' @description Estimates continuous time weights for performing causal survival
#' analysis. For instance, weighted Nelson-Aalen or Kaplan-Meier
#' estimates can be given a causal interpretation.
#' @importFrom methods is
#' @importFrom data.table data.table as.data.table := .N
#' @importFrom timereg aalen predict.aalen
#' @importFrom graphics lines
#' @importFrom stats predict runif weights
#' @importFrom plyr .
NULL

Try the ahw package in your browser

Any scripts or data that you put into this service are public.

ahw documentation built on Dec. 23, 2022, 1:42 a.m.