2022

R tips and tricks – get the gist

October 1, 2022 | Eran Raviv

In scientific programming speed is important. Functions written for general public use have a lot of control-flow checks which are not necessary if you are confident enough with your code.To quicken your code execution I suggest to strip run-of-the-mill functions to their bare bones. You can save serious wall-clock ...
[Read more...]

Boosting in Machine Learning:-A Brief Overview

September 30, 2022 | Jim

The post Boosting in Machine Learning:-A Brief Overview appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. Boosting in Machine Learning, A single predictive model, such as linear regression, logistic regression, ridge regression, etc., is the foundation ...
[Read more...]

Algorithm Classifications in Machine Learning

September 30, 2022 | Jim

The post Algorithm Classifications in Machine Learning appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. Algorithm Classifications in Machine Learning, There is a vast array of algorithms available in the field of machine learning that can be ...
[Read more...]

5 New books added to Big Book of R

September 29, 2022 | Oscar

30 September 2022 The Big Book of R has just had 5 new additions to the collection! Thanks to Gary and Adejumo for some of them! PS for those who may be interested, I have posted my replies to some great questions about cleaning a messy dataset. officeverse by David … The post 5 New ...
[Read more...]

API as a package: Testing

September 29, 2022 | The Jumping Rivers Blog

Introduction This is part the final part of our three part series Part 1: API as a package: Structure Part 2: API as a package: Logging Part 3: API as a package: Testing (this post) This blog post is a follow on to our API as a package series, which looks to expand ...
[Read more...]

How do confidence intervals work?

September 28, 2022 | Jim

The post How do confidence intervals work? appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. How do confidence intervals work?, In statistics, we’re frequently interested in calculating population parameters—numbers that capture some aspect of a ...
[Read more...]

How to append two tables in R Markdown?

September 27, 2022 | Murtaza Haider

 Here is the task: how to append two tables using R Markdown? The need arose because I was demonstrating to graduate students in a research methods course how to prepare Table 1, which often covers descriptive statistics in an empirical paper...
[Read more...]

How to Find Quartiles in R?

September 27, 2022 | Jim

The post How to Find Quartiles in R? appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. How to Find Quartiles in R, A dataset is divided into four equal halves using values known as quartiles. The first ...
[Read more...]

How to Use Italic Font in R

September 26, 2022 | Jim

The post How to Use Italic Font in R appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. How to Use Italic Font in R, to create an italic typeface in R plots, use the basic syntax shown ...
[Read more...]

Writing Functions in R

September 26, 2022 | R-post on Cosima Meyer

The beauty of R is its versatility and of course the community 💜 you can use R for literally anything (I use blogdown to set up and maintain my website, xaringan to create slide decks, Shiny to build web applications, ….). All these great tools build u...
[Read more...]
1 20 21 22 23 24 101

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)