GetImputedDistPlots {hivEstimatesAccuracy}R Documentation

GetImputedDistPlots

Description

Get density/proportion plot showing observed and imputed data

Usage

GetImputedDistPlots(colName, dt, missingOnly = TRUE,
  colorPalette = c("#69b023", "#7bbcc0"))

Arguments

colName

Name of column to show density/proportion. Required.

dt

Data table object. Required.

missingOnly

Logical indicating to show only imputed values in the imputed data sets. Optional. Default = TRUE.

colorPalette

Character vector of colors for plotted series. Optional. Default = c("#69b023", "#7bbcc0").

Value

ggplot2 object

Examples

## Not run: 
GetImputedDistPlots(dt, colName, missingOnly, colorPalette)

## End(Not run)


[Package hivEstimatesAccuracy version 1.0.6 Index]