DensityPlotOfVar {LDLcalc} | R Documentation |
Plot variance density
Description
Plot density of the Variance along with the median, 2.5 and 97.5 percentile as vertical lines
Usage
DensityPlotOfVar(Vector, title = "")
Arguments
Vector |
A vector or data frame columns with the values whose |
title |
Title of the plot (default=""). distribution density is to be plotted. |
Value
The function returns no values but plots the density plot.
Examples
## Not run:
LDLbootstrVar=as.data.frame(LDLbootVrnc(sampleA$CHOL,sampleA$HDL,sampleA$TG))
DensityPlotOfVar(LDLbootstrVar$dataTable.CV)
## End(Not run)
[Package LDLcalc version 2.1 Index]