Publications by Jim

Gamma distribution in R

24.09.2022

The post Gamma distribution in R appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. Gamma distribution in R, This guide demonstrates how to use R to fit a gamma distribution to a dataset. Gamma Distribution Fitting in R Let’s say you have a dataset z that was produce...

2275 sym R (603 sym/9 pcs) 2 img

Triangular Distribution in R

23.09.2022

The post Triangular Distribution in R appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. Triangular Distribution in R, A continuous probability distribution with a triangle-shaped probability density function is known as the triangular distribution. The following three...

2664 sym R (191 sym/4 pcs) 2 img

How to Use Bold Font in R with Examples

25.09.2022

The post How to Use Bold Font in R with Examples appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. How to Use Bold Font in R, to create a bold typeface in R plots, use the basic syntax shown below: substitute(paste(bold('datasciencetut.com'))) These examples demonstra...

1923 sym R (368 sym/6 pcs) 8 img

How to Replace Inf Values with NA in R

14.10.2022

The post How to Replace Inf Values with NA in R appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. Replace Inf Values with NA in R, you can substitute NA values for Inf values using the techniques listed below: Method 1: Replace Inf with NA in Vector x[is.infinite(x)] ...

2271 sym R (1076 sym/8 pcs)

Extract patterns in R?

15.10.2022

The post Extract patterns in R? appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. Extract patterns in R, R’s str extract() function can be used to extract matching patterns from strings. It is part of the stringr package. The syntax for this function is as follows: ...

2322 sym R (337 sym/9 pcs)

Difference between R and Python

16.10.2022

The post Difference between R and Python appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. While Python offers a more all-encompassing approach to data science, R is primarily employed for statistical analysis. R’s main goals are data analysis and statistics, while ...

4512 sym 1 tbl

How to Analyze Likert Scale Data?

16.11.2022

The post How to Analyze Likert Scale Data? appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. How to Analyze Likert Scale Data? The most popular technique for sizing replies in survey investigations is the use of Likert scales. The Likert scale is used in survey quest...

3650 sym 1 tbl

Cross-validation in Machine Learning

17.11.2022

The post Cross-validation in Machine Learning appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. Cross-validation in Machine Learning, cross-validation is a word that everyone who works with machine learning techniques will come across at some point. We provide you wi...

7115 sym

How to compare the performance of different algorithms in R?

21.11.2022

The post How to compare the performance of different algorithms 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 compare the performance of different algorithms in R?, Installing and loading the microbenchmark package into R is the first step. In additi...

2747 sym R (1083 sym/6 pcs) 2 img

Add Significance Level and Stars to Plot in R

19.11.2022

The post Add Significance Level and Stars to Plot in R appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. Add Significance Level and Stars to Plot in R, In this article, I’ll show you how to use the R programming language’s ggsignif package to annotate a ggplot2 pl...

3037 sym R (1562 sym/8 pcs) 10 img