summary: Computing Summary Statistics

Description Usage Arguments Details Value AUTO Author(s)

Description

Computes the mean, standard deviation, variance, min, and max of the values for each of the specified columns, as well as the count.

Usage

1
Summary(x, inputs = AUTO, outputs = result, force.frame = FALSE)

Arguments

data

an object of class "data"

inputs

the names of the columns that the GLA is performed on.

outputs

the name of the result. Only relevant when using View.

force.frame

a logical value indicating whether or not to produce a data frame. See ‘Details’ for more information.

Details

Generally, this GLA will run in the same time as the more basic GLAs, such Sum or Average because the runtime is limited by IO rather than actual computation.

Value

Returns either NULL or an object of class "data.frame".

AUTO

In the case of AUTO for inputs, all attributes of the data are used.

Author(s)

Jon Claus at Tera Insights LLC


tera-insights/gtBase documentation built on May 31, 2019, 8:35 a.m.