Making programmers awesome at machine learning
4k followers 2 articles/week
Using ggplot2 for Visualization in R

Last Updated on September 26, 2023 One of the most popular plotting libraries in R is not the plotting function in R base, but the ggplot2 library. People use that because it is flexible. This library also works using the philosophy of “grammar of graphics”, which is not to generate a visualization upon a function […] The post Using ggplot2 for Visualization...

Tue Sep 26, 2023 07:31
Exploring Data using dplyr in R

Last Updated on September 26, 2023 When you are working on a data science project, the data is often tabular structured. You can use the built-in data table to handle such data in R. You can also use the famous library dplyr instead to benefit from its rich toolset. In this post, you will learn […] The post Exploring Data using dplyr in R appeared...

Mon Sep 25, 2023 21:34
A Gentle Introduction to Using R Markdown

Last Updated on September 24, 2023 One reason people would like to use RStudio for their work is because of the R Markdown. This made the RStudio not only an IDE for programming in R, but also a notepad in which they could put down their thoughts with R code and results. In this post, […] The post A Gentle Introduction to Using R Markdown appeared...

Mon Sep 18, 2023 15:16
Statistical Tests in R

Last Updated on September 11, 2023 R as a data analytics platform is expected to have a lot of support for various statistical tests. In this post, you are going to see how you can run statistical tests using the built-in functions in R. Specifically, you are going to learn: What is t-test and how […] The post Statistical Tests in R appeared first...

Sun Sep 10, 2023 21:14
Generating Random Numbers in R

Last Updated on September 5, 2023 Whether working on a machine learning project, a simulation, or other models, you need to generate random numbers in your code. R as a programming language, has several functions for random number generation. In this post, you will learn about them and see how they can be used in […] The post Generating Random Numbers...

Tue Sep 5, 2023 13:36
Plotting Graphs in R

Last Updated on September 5, 2023 Visualizing data can sometimes help people understand it better. As a data analytics platform, R provided some advanced plotting functions. In this post, you will learn how to use the built-in plot functions to create some common visualization. Specifically, you will learn how to create: Line plot Scatter plot […] ...

Sun Sep 3, 2023 23:34

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account