powered by
Plot density of the Variance along with the median, 2.5 and 97.5 percentile as vertical lines
DensityPlotOfVar(Vector, title = "")
The function returns no values but plots the density plot.
A vector or data frame columns with the values whose
Title of the plot (default=""). distribution density is to be plotted.
if (FALSE) { LDLbootstrVar=as.data.frame(LDLbootVrnc(sampleA$CHOL,sampleA$HDL,sampleA$TG)) DensityPlotOfVar(LDLbootstrVar$dataTable.CV) }
Run the code above in your browser using DataLab