powered by
Get a summary of statistics of the variables.
stats_by_variable(dataset, variables = NULL, variable.bounds = NULL)
list representing the dataset from a metabolomics experiment.
allows to define which variables to calculate the stats (if numbers, indexes are assumed).
allow to define an interval of variables (if numeric).
Returns a vector with the a summary of statistics of the variables.
# NOT RUN { ## Example of getting stats of variables library(specmine.datasets) data(cachexia) variable.stats.result = stats_by_variable(cachexia) # }
Run the code above in your browser using DataLab