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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Berkeley, California] :
Apress,
[2019]
|
Edición: | Second edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Part 1. R. Basics. Downloading R and setting up a file system
- The R prompt and the R studio windows
- Assignments and operators
- Part 2. Kinds of objects. Modes and types of objects
- Classes of objects
- Part 3. Functions. Packaged functions
- User-created functions, scripts, and S4 methods
- How to use a script or function
- Part 4. I/O and manipulating objects. Importing and creating data
- Exporting from R
- Descriptive functions and manipulating objects
- Part 5. Flow control. Flow control
- Examples of flow control
- The functions ifelse() and switch()
- Part 6. Some common functions, packages and techniques. Some common functions
- The packages base, stats, and graphics
- Tricks of the trade.