RunAdjustments {hivEstimatesAccuracy} | R Documentation |
Execute adjustments specified in adjustmentFileNames
.
RunAdjustments(data, adjustmentSpecs = list())
data |
data table object on which adjustments should be applied. Required. |
adjustmentSpecs |
List of adjustment specifications to execute. Optional. Default = |
data table object after adjustments applied.
## Not run: RunAdjustments(data) ## End(Not run)