Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
ECO Stat
#R version 3.3.2 # setwd("C:\Users\zerli\OneDrive\Documents") x <- c(11,13,4,14,10,2,5,0,0,3,9,2,5,2,3,3,3,4,7,1,9,4,3,3,2,6,0,2,6,5,9,5,4,3,2,5,2,2,3,5,14,7,6,6,2,5,3,4,6,1) #Sum sum(x) #Mean mean(x) #Variance var(x) #Standard Deviation sqrt(var(x)) #plot plot(x)
run
|
edit
|
history
|
help
0
Hello world
print next number
User defined functions
Text loop for X-axis in time series. Example 2002-2018 by quarters
ProgramasR
practical ml
R added
calc
5 # SUMMARY PART A
Practice series1(37)