dlist.summary: dlist summary

Description Usage Arguments Value Examples

Description

Calculate dlist summary data using data.table structure

Usage

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)

Arguments

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

Value

a data.table with summary results (length, NA count, Zero count, Perc of zero, mean, median, sum, min, max, SD, CV, IC95 and skewness)

Examples

1

Mystilivia/SDjoygret documentation built on May 7, 2019, 5:17 p.m.