Description Usage Arguments Details Value Author(s) Examples
Principal statistic of a dataset
1 | UN_summary(previous.name = "")
|
previous.name |
name of the default name in the menu |
previous.namename of the default name in the manu
Allcalculation made on the whole matrix
Row wisecalculation made by rows
Column wisecalculation made by columns
If a vector is given, the function Summary returns a 6 numbers
descriptive statistics of the data, namely minimum, maximum value,
Mean, Median, 1st and 3rd quartiles, as shown below for
a matrix A (10,7).
A table of main statistic as in the figure
Riccardo Leardi and Gianmarco Polotti with contributions from Giorgio Marubini.Gruppo di Chemiometria (Divisione di Chimica Analitica della Societa' Chimica Italiana)
1 2 | A<-matrix(1:20,5,4)
UN_summary('A')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.