R Quick Syntax Reference A Pocket Guide to the Language, APIs and Library /

This handy reference book detailing the intricacies of R updates the popular first edition by adding R version 3.4 and 3.5 features. Starting with the basic structure of R, the book takes you on a journey through the terminology used in R and the syntax required to make R work. You will find looking...

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριος συγγραφέας: Tollefson, Margot (Συγγραφέας, http://id.loc.gov/vocabulary/relators/aut)
Συγγραφή απο Οργανισμό/Αρχή: SpringerLink (Online service)
Μορφή: Ηλεκτρονική πηγή Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Berkeley, CA : Apress : Imprint: Apress, 2019.
Έκδοση:2nd ed. 2019.
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
Πίνακας περιεχομένων:
  • Part 1: R Basics
  • 1. Downloading R and Setting Up a File System
  • 2. The R Prompt
  • 3. Assignments and Operators
  • Part 2: Kinds of Objects
  • 4. Modes of Objects
  • 5. Classes of Objects
  • Part 3: Functions
  • 6. Packaged Functions
  • 7. User Created Functions
  • 8. How to Use a Function
  • Part 4: I/O and Manipulating Objects
  • 9. Importing/Creating Data
  • 10. Exporting from R
  • 11. Descriptive Functions and Manipulating Objects
  • Part 5: Flow control
  • 12. Flow Control
  • 13. Examples of Flow Control
  • 14. The Functions ifelse() and switch()
  • Part 6: Some Common Functions, Packages and Techniques
  • 15. Some Common Functions
  • 16. The Packages base, stats and graphics
  • 17. The Tricks of the Trade.