Cargando…

Advanced R /

An Essential Reference for Intermediate and Advanced R Programmers Advanced R presents useful tools and techniques for attacking many types of R programming problems, helping you avoid mistakes and dead ends. With more than ten years of experience programming in R, the author illustrates the eleganc...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Wickham, Hadley
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Boca Raton, FL : CRC Press, 2015.
Colección:Chapman & Hall/CRC the R series (CRC Press)
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Introduction
  • Foundations. Data structures
  • Subsetting
  • Vocabulary
  • Style guide
  • Functions
  • OO field guide
  • Environments
  • Debugging, condition handling, and defensive programming
  • Functional programming. Functional programming
  • Functionals
  • Function operators
  • Computing on the language. Non-standard evaluation
  • Expressions
  • Domain specific languages
  • Performance. Performance
  • Optimising code
  • Memory
  • High performance functions with Rcpp
  • R's C interface.