View source: R/RunAdjustments.R
RunAdjustments | R Documentation |
Execute adjustments specified in adjustmentFileNames
.
RunAdjustments(
data,
adjustmentSpecs = list(),
diagYearRange = NULL,
notifQuarterRange = NULL,
seed = NULL
)
data |
data table object on which adjustments should be applied. Required. |
adjustmentSpecs |
List of adjustment specifications to execute. Optional. Default = |
diagYearRange |
Numeric vector of length two with lower and upper bound for diagnosis year.
Optional. Default = |
notifQuarterRange |
Numeric vector of length two with lower and upper bound for notification quarter.
Optional. Default = |
seed |
Random seed. Optional. Default = NULL |
data table object after adjustments applied.
## Not run:
RunAdjustments(data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.