
R is the world's most popular language for developing statistical software: Archaeologists use it to track the spread of ancient civilizations, drug companies use it to discover which medications are safe and effective, and actuaries use it to assess financial risks and keep economies running smoothly. The Art of R Programming takes you on a guided tour of software development with R, from basic types and data structures to advanced topics like closures, recursion, and anonymous functions. No statistical knowledge is required, and your programming skills can range from hobbyist to pro. Along the way, you'll learn about functional and object-oriented programming, running mathematical simulations, and rearranging complex data into simpler, more useful formats. You'll also learn to: Create artful graphs to visualize complex data sets and functions Write more efficient code using parallel R and...
Visa mer
Recensioner
Betyg
Den här boken är ypperlig för dig som vill börja programmera i R. De flesta R-böcker är användarguider till R's inbyggda statistiska analysfunktioner medans den här helt lägger tonvikten på programmering. Boken är lättläst och använder mycket exempel. Det är inte en bok som gör dig till expert - t.ex. går den inte så långt som att beskriva hur man bygger egna paket - men säkerligen kvalificerad användare.