RunAdjustments: RunAdjustments

Description Usage Arguments Value Examples

View source: R/RunAdjustments.R

Description

Execute adjustments specified in adjustmentFileNames.

Usage

1
2
3
4
5
6
7
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

1
2
3
4
## Not run: 
RunAdjustments(data)

## End(Not run)

nextpagesoft/hivEstimatesAccuracyReloaded documentation built on March 14, 2020, 7:06 a.m.