Tidy Modeling with R
by Max Kuhn, Julia Silge
Publisher: O'Reilly Media 2023
Number of pages: 381
Description:
This book is a guide to using a collection of software in the R programming language for model building called 'tidymodels'. The book provides a practical introduction to how to use these specific R packages to create models.
Download or read it online for free here:
Read online
(online html)
Similar books
Practical Regression and Anova using R
by Julian J. Faraway
The emphasis of this text is on the practice of regression and analysis of variance. The objective is to learn what methods are available and when they should be applied. Many examples are presented to clarify the use of the techniques.
(11742 views)
by Julian J. Faraway
The emphasis of this text is on the practice of regression and analysis of variance. The objective is to learn what methods are available and when they should be applied. Many examples are presented to clarify the use of the techniques.
(11742 views)
The Art of R Programming
by Norman Matloff - UC Davis
This book is for those who wish to write code in R, as opposed to those who use R mainly for a sequence of separate, discrete statistical operations. The reader's level of programming background may range from professional to novice.
(14883 views)
by Norman Matloff - UC Davis
This book is for those who wish to write code in R, as opposed to those who use R mainly for a sequence of separate, discrete statistical operations. The reader's level of programming background may range from professional to novice.
(14883 views)
Advanced R programming
by Hadley Wickham
The book is designed primarily for R users who want to improve their programming skills and understanding of the language. It should also be useful for programmers coming to R from other languages, as it explains some of R's quirks...
(11390 views)
by Hadley Wickham
The book is designed primarily for R users who want to improve their programming skills and understanding of the language. It should also be useful for programmers coming to R from other languages, as it explains some of R's quirks...
(11390 views)
An Introduction to R
by W. N. Venables, D. M. Smith - Network Theory
Comprehensive introduction to R, a software package for statistical computing and graphics. R supports a wide range of statistical techniques, and is easily extensible via user-defined functions, or using modules written in C, C++ or Fortran.
(29475 views)
by W. N. Venables, D. M. Smith - Network Theory
Comprehensive introduction to R, a software package for statistical computing and graphics. R supports a wide range of statistical techniques, and is easily extensible via user-defined functions, or using modules written in C, C++ or Fortran.
(29475 views)