RunAdjustments {hivEstimatesAccuracy}R Documentation

RunAdjustments

Description

Execute adjustments specified in adjustmentFileNames.

Usage

RunAdjustments(data, adjustmentSpecs = list(), diagYearRange = NULL,
  notifQuarterRange = NULL, seed = NULL)

Arguments

data

data table object on which adjustments should be applied. Required.

adjustmentSpecs

List of adjustment specifications to execute. Optional. Default = list().

diagYearRange

Numeric vector of length two with lower and upper bound for diagnosis year. Optional. Default = NULL.

notifQuarterRange

Numeric vector of length two with lower and upper bound for notification quarter. Optional. Default = NULL.

seed

Random seed. Optional. Default = NULL

Value

data table object after adjustments applied.

Examples

## Not run: 
RunAdjustments(data)

## End(Not run)


[Package hivEstimatesAccuracy version 1.0.1 Index]