Optionally upload a CSV of data that will be available as data frame "df":
x <-rnorm(n=1000, m=24.2, sd=2.2) x cat("Here they are sorted:") x[sort.list(x)] cat("Here is the 5 number summary: ") fivenum(x) #hist(x) hist(x, breaks=20, main="Breaks=20")
Examples
lists
matrix math
set operations
dates
time series linear regression
bar plot
box plot
pie chart
using uploaded data
plot a simple x-y function
normal distribution and histogram
linear regression
function with loop
functions, tables, math notation
logit regression
f statistic test