Publications by finnstats »

Line Plots in R-Time Series Data Visualization

09.10.2021

Line Plot in R, this tutorial will show you how to create simple line plots, adjust the axis labels and colors of plots, and create multiple line graphs. Line plots aid in the visualization of time series data. Throughout this lesson, you will see examples of line plots created with the “EUStockMarkets” time series dataset included with the ...

4984 sym R (1210 sym/8 pcs) 10 img

Boxplot in R Language

11.10.2021

Boxplot in R, we will demonstrate how to make a box plot in the R programming language. A box plot summarises the distribution of numerical data that has been sorted. If you enjoyed our Data Science tutorials, please subscribe to our YouTube Channel.!Subscribe Now The first quartile is located 25% of the way through the sorted data. In other wor...

5148 sym R (465 sym/8 pcs) 8 img

Shiny Basics-Introduction

15.10.2021

Shiny Basics, you will learn two standards for constructing a simple Shiny application in this tutorial. You’ll also learn how the program is structured, the components of the user interface, and where to put application logic. How to Calculate Root Mean Square Error (RMSE) in R » Shiny Basics To summarise, a Shiny application consists of two...

5114 sym 16 img

R Packages for Data Science

16.10.2021

R Packages for Data Science, you’ll learn about the tidyverse library in this lesson, which is a collection of R tools that you can use to manipulate your datasets. You’ll also discover how to use some of the dplyr package’s key functions to select and filter data. R Packages for Data Science An R package is a collection of code, data, doc...

3481 sym 2 img

Data Normalization in R

17.10.2021

Data Normalization in R, data normalization is a vital technique to understand in data pre-processing, and you’ll learn about it in this tutorial. Different numerical data columns may have vastly different ranges, making a direct comparison useless. Normalization is a technique for bringing all data into a comparable range so that comparisons ...

4412 sym R (147 sym/3 pcs) 2 img 2 tbl

How to do Binning in R?

18.10.2021

Binning in R, you will learn about data binning in this tutorial. Binning develops distinct categories from numerical data that are frequently continuous. It’s very handy for comparing different sets of data. Binning is a pre-processing procedure for numerical numbers that can be used to group them. Why do we need binning? Binning can sometime...

3102 sym R (72 sym/2 pcs) 6 img

Convert Categorical Variable to Numeric in R

19.10.2021

Convert Categorical Variable to Numeric in R, In this tutorial, you’ll learn how to convert categorical values into quantitative values to make statistical modeling easier. Most statistical models can’t take in strings as inputs. We’ll go through the conversion based on the airline data set that we reviewed in the previous post. The “Re...

3565 sym R (254 sym/3 pcs) 8 img

How to do Data Format in R

20.10.2021

Data Format in R, You’ll learn about data formats and why reformatting data can help you enhance your data analysis in this tutorial. Data is typically acquired from a variety of sources and by a variety of persons, and it is kept in a variety of formats. Data formatting is the process of transforming data into a standardized format that allow...

3138 sym R (346 sym/5 pcs) 10 img

Descriptive Statistics in R

21.10.2021

Descriptive Statistics in R, You’ll learn about descriptive statistics in this tutorial, which is one strategy you might employ in exploratory data analysis. Before you invest time constructing intricate models, it’s necessary to first study your data when you start analyzing data. Calculating descriptive statistics for your data is an easy ...

4038 sym R (927 sym/2 pcs) 6 img

Grouping Data in R- Tidyverse Approach

23.10.2021

Grouping Data in R, You’ll learn the fundamentals of grouping and how to utilize it to transform and visualize a dataset in this tutorial. Think about the flight delays in the airline dataset that we discussed in the previous post. We want to know the flight’s delay time varies depending on the day of the week? As a general thought, people f...

3619 sym R (1428 sym/5 pcs) 6 img