Description Usage Arguments Value Examples
This function, given a set of numerical input, return some basic statistical operation
1 | analysis(x, y)
|
x |
set of numerical input, possibly collected into a data frame |
y |
set of numerical input, possibly collected into a data frame |
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.
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).
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.