getIncData: Function to impute serodate, split at censoring date, and set...

View source: R/getIncidence.R

getIncDataR Documentation

Function to impute serodate, split at censoring date, and set age.

Description

Function that imputes sero date, splits at censoring date and set the age.

Usage

getIncData(rtdat, bdat = NULL, Args, func = identity)

Arguments

rtdat

dataset from getRTData.

bdat

dataset from getBirthDate.

Args

takes list from setArgs.

func

Function to perform additional operation.

Value

data.frame

Examples

Args <- setArgs(imputeMethod = imputeRandomPoint)
rtdat <- getRTData(dat=getHIV())
getIncData(rtdat, Args = Args)

vando026/ahri documentation built on Aug. 10, 2024, 3:20 p.m.