Beginning Data Science in R 4: Data Analysis, Visualization, and Modelling for the Data Scientist
Autor Thomas Mailunden Limba Engleză Paperback – 24 iun 2022
Discover best practices for data analysis and software development in R and start on the path to becoming a fully-fledged data scientist. Updated for the R 4.0 release, this book teaches you techniques for both data manipulation and visualization and shows you the best way for developing new software packages for R.
Beginning Data Science in R 4, Second Edition details how data science is a combination of statistics, computational science, and machine learning. You’ll see how to efficiently structure and mine data to extract useful patterns and build mathematical models. This requires computational methods and programming, and R is an ideal programming language for this.
Source code is available at github.com/Apress/beg-data-science-r4.
What You Will Learn
- Perform data science and analytics using statistics and the R programming language
- Visualize and explore data, including working with large data sets found in big data
- Build an R package
- Test and check your code
- Practice version control
- Profile and optimize your code
Who This Book Is For
Those with some data science or analytics background, but not necessarily experience with the R programming language.
Preț: 278.83 lei
Preț vechi: 348.54 lei
-20% Nou
Puncte Express: 418
Preț estimativ în valută:
53.36€ • 55.64$ • 44.35£
53.36€ • 55.64$ • 44.35£
Carte disponibilă
Livrare economică 28 februarie-14 martie
Livrare express 13-19 februarie pentru 112.95 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484281543
ISBN-10: 1484281543
Pagini: 511
Ilustrații: XXVIII, 511 p. 100 illus.
Dimensiuni: 178 x 254 x 32 mm
Greutate: 0.93 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484281543
Pagini: 511
Ilustrații: XXVIII, 511 p. 100 illus.
Dimensiuni: 178 x 254 x 32 mm
Greutate: 0.93 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1: Introduction.- 2: Introduction to R Programming.- 3: Reproducible Analysis.- 4: Data Manipulation.- 5: Visualizing Data.- 6: Working with Large Data Sets.- 7: Supervised Learning.- 8: Unsupervised Learning.- 9: Project 1: Hitting the Bottle.- 10: Deeper into R Programming.- 11: Working with Vectors and Lists.- 12: Functional Programming.- 13: Object-Oriented Programming.- 14: Building an R Package.- 15: Testing and Package Checking.- 16: Version Control.- 17: Profiling and Optimizing.- 18: Project 2: Bayesian Linear Progression.- 19: Conclusions.
Notă biografică
Thomas Mailund is an associate professor in bioinformatics at Aarhus University, Denmark. His background is in math and computer science but for the last decade his main focus has been on genetics and evolutionary studies, particularly comparative genomics, speciation, and gene flow between emerging species.
Textul de pe ultima copertă
Discover best practices for data analysis and software development in R and start on the path to becoming a fully-fledged data scientist. Updated for the R 4.0 release, this book teaches you techniques for both data manipulation and visualization and shows you the best way for developing new software packages for R.
Beginning Data Science in R 4, Second Edition details how data science is a combination of statistics, computational science, and machine learning. You’ll see how to efficiently structure and mine data to extract useful patterns and build mathematical models. This requires computational methods and programming, and R is an ideal programming language for this.
This book is based on a number of lecture notes for classes the author has taught on data science and statistical programming using the R programming language. Modern data analysis requires computational skills and usually a minimum of programming.
What You Will Learn
- Perform data science and analytics using statistics and the R programming language
- Visualize and explore data, including working with large data sets found in big data
- Build an R package
- Test and check your code
- Practice version control
- Profile and optimize your code
Caracteristici
Gives you everything you need to know to get started in data science using R language Updated for R programming language version 4.0 A unique book by a data science expert and is based on a successful lecture series