Loading...

Beginning R: The Statistical Programming Language

Conquer the complexities of this open source statistical language R is fast becoming the de facto standard for statistical computing and analysis in science, business, engineering, and related fields. This book examines this complex language using simple statistical examples, showing how R operates...

Fuld beskrivelse

Bibliografiske detaljer
Hovedforfatter: Mark Gardener
Format: Printed Book
Udgivet: New Delhi Wiley India Pvt. Ltd. 2012
Serier:Programmer to programmer.
Fag:
Indholdsfortegnelse:
  • 1. Introducing R: what it is and how to get it
  • 2. Starting out: becoming familiar with R
  • 3. Starting out: working with objects
  • 4. Data: descriptive statistics and tabulation
  • 5. Data: distribution
  • 6. Simple hypothesis testing
  • 7. Introduction to graphical analysis
  • 8. Formula notation and complex statistics
  • 9. Manipulating data and extracting components
  • 10. Regression (linear modeling)
  • 11. More about graphs
  • 12. Writing your own scripts: beginning to program.