An Introduction to R:
An Introduction to R:. Logic & Basics. The R language. Command line Can be executed within a terminal Within Emacs using ESS (Emacs Speaks Statistics). Data structures. Vector (~ 1 dimensional array) > vect = c(4,6,7,10) > vect2 = c(vect,vect) Matrix (~ 2 dimensional array)
333 views • 13 slides