Presentation is loading. Please wait.

Presentation is loading. Please wait.

The Original and Current Basic R “Console” command line interface….

Similar presentations


Presentation on theme: "The Original and Current Basic R “Console” command line interface…."— Presentation transcript:

1

2

3

4 The Original and Current Basic R “Console” command line interface….

5

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

12

13

14 R Packages have been created that are equivalent to the base functionality of SAS and SPSS

15

16 Add-Ins Built-In Functions Create Functions

17

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)

22

23


Download ppt "The Original and Current Basic R “Console” command line interface…."

Similar presentations


Ads by Google