1 / 4

Data Objects in R

Data Objects in R. Manipulating Data Objects. How to get help in R?. Go to http://www.r-project.org/ and read online If you know the function name, type help(the name) in R, e.g. help(anova)

cate
Download Presentation

Data Objects in R

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Data Objects in R

  2. Manipulating Data Objects

  3. How to get help in R? • Go to http://www.r-project.org/ and read online • If you know the function name, type help(the name) in R, e.g. help(anova) • If you just know the topic and don’t know the exact function name(s), type help.search(“the topic”) in R, e.g. help.search(“Fisher exact test”) • Google it …

  4. How to run R?

More Related