RunAdjustments {hivEstimatesAccuracy}R Documentation

RunAdjustments

Description

Execute adjustments specified in adjustmentFileNames.

Usage

RunAdjustments(data, adjustmentSpecs = list())

Arguments

data

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

adjustmentSpecs

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

Value

data table object after adjustments applied.

Examples

## Not run: 
RunAdjustments(data)

## End(Not run)


[Package hivEstimatesAccuracy version 0.9.6 Index]