analysis: This function, given a set of numerical input, return some...

Description Usage Arguments Value Examples

View source: R/analysis.R

Description

This function, given a set of numerical input, return some basic statistical operation

Usage

1
analysis(x, y)

Arguments

x

set of numerical input, possibly collected into a data frame

y

set of numerical input, possibly collected into a data frame

Value

mean, variance, standard deviation, maximum value and its position, minimum value and its position, correlation, simple regression, line plot, bar plot, box plot and scatter plot.

Examples

1
2
To run an example, please, download an example dataset with this command:
data <- data.frame(getDataset()). Then, type and run: analysis(data$Y,data$Italy).

unimi-dse/f4836d06 documentation built on Feb. 21, 2020, 2:03 a.m.