Description Usage Arguments Value Examples
Calculate dlist summary data using data.table structure
1 2 3  | dlist.summary(dlist, var2names = NULL, val.name = "value",
  var.name = "variable", plotL = F, alpha = 0.8, size = 0.4,
  Class = NULL, debug = F)
 | 
dlist | 
 list of three dataframes : [[1]] Datamatrix, [[2]] SamplesMetadata [[3]] VariableMetadata.  | 
var2names | 
 List of grouping factor, if blank calculation while be done for eache variables.  | 
plotL | 
 Should summary plot be drown (return a grob, use plot or grid::grid.draw to show)  | 
alpha | 
 Set the plot transparency  | 
size | 
 Set the points sizes  | 
Class | 
 Column names for grouping variables  | 
a data.table with summary results (length, NA count, Zero count, Perc of zero, mean, median, sum, min, max, SD, CV, IC95 and skewness)
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.