Download presentation
Presentation is loading. Please wait.
Published bySheena Moore Modified over 9 years ago
4
The Original and Current Basic R “Console” command line interface….
6
1996- 2008-
7
1993-6 2008 R-Commander (2005) Data Mining http://www.rcommander.com/ R-Deducer (2011) Graphic / ggplot2 Rattle (2004-6) http://www.deducer.org/ Statistics - Graphs http://rattle.togaware.com/
8
Revolution Analytics has moved onto the radar screen for predictive analytics
9
Enter Single Commands View Text Output Datasets, etc. Console Shortcut to viewData() Write Code/ Program -Input Data -Analyze -Graphics Scripting
10
Install Packages Create Functions Built-In Functions
11
Programming Languages A Few Lines of Code
14
R Packages have been created that are equivalent to the base functionality of SAS and SPSS
16
Add-Ins Built-In Functions Create Functions
18
Built-In Functions & Commands Mathematical Formula Data Management via the GUI
19
Use the c() function to combine values or text ? to get more information ?c Combing Numbers, Text, Etc. h <- c(77, 60, 90)
20
Let’s Try Some Basic Statistical Functions mean(h) max(h)
21
Let’s Try Some Graphical Functions #charts plot(h) barplot(h) pie(h) #data management sort(h) h2 <- sort(h) barplot(h2)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.