Making programmers awesome at machine learning
4k followers 1 artículo/semana
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
Logic, Flow Control, and Functions in R

R is a procedural programming language. Therefore, it has the full set of flow control syntax like many other languages. Indeed, the flow control syntax in R is similar to Java and C. In this post, you will see some examples of using the flow control syntax in R. Let’s get started. Overview This post […] The post Logic, Flow Control, and Functions...

Tue Aug 29, 2023 12:30
Built-in Datasets in R

Last Updated on August 27, 2023 The ecosystem in R contains not only the function libraries to help you perform statistical analysis but also the data library that gives you some famous datasets to test out your program. There are a lot of built-in datasets in R. In this post, you will: Learn some of […] The post Built-in Datasets in R appeared first...

Sun Aug 27, 2023 15:08

Crea tu propio feed de noticias

¿Listo para probarlo?
Comienza una prueba de 14 días, no es necesaria tarjeta de crédito.

Crear cuenta