RunAdjustments {hivPlatform}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 hivPlatform version 2.0.5 Index]