September 2021

R if…else

September 27, 2021 | udayan

R if Statement The if statement is a conditional statement that allows you to provide conditions to execute a piece of code. The syntax of if statement in R is: if(test_expression) { # body of if statement } If the test_expression inside the i... [Read more...]

R Numbers

September 27, 2021 | udayan

Numbers in R can be divided into 3 different categories: Numeric: It represents both whole and floating-point numbers. For example, 123, 32.43, etc. Integer: It represents only whole numbers and is denoted by L. For example, 23L, 39L, etc. Compl... [Read more...]

Teaching stats and programming

September 27, 2021 | R-post | Cosima Meyer

I am thrilled to share that my article “Bringing the World to the Classroom: Teaching Statistics and Programming in a Project-Based Setting” is published in PS: Political Science and Politics as an open-access article. I set up and tested ...
[Read more...]

Understanding the Parquet file format

September 27, 2021 | The Jumping Rivers Blog

Apache Parquet is a popular column storage file format used by Hadoop systems, such as Pig, Spark, and Hive. The file format is language independent and has a binary representation. Parquet is used to efficiently store large data sets and has the extension .parquet. This blog post aims to understand ...
[Read more...]

1 / duh?!

September 27, 2021 | xi'an

An interesting case on X validated of someone puzzled by the simulation (and variance) of the random variable 1/X when being able to simulate X. And being surprised at the variance of the ratio being way larger than the variances of both numerator and ...
[Read more...]

Best Practices for Durable R Code

September 27, 2021 | Appsilon

Whether you’re just starting your journey to developing a successful app or riding a wave of adoption, it’s a good idea to build durable R code. Projects that are built with durable code are built to adapt.  Having well-thought-out coding practices in place doesn’t prevent the challenges ...
[Read more...]

Using Microsoft365R with Shiny

September 27, 2021 | Hong Ooi

by Hong Ooi This article is a lightly-edited version of the "Microsoft365R and Shiny" vignette in the latest Microsoft365R release. We describe how to incorporate Microsoft365R and interactive authentication with Azure Active Directory (AAD) into a Shiny web app. There are a few steps involved: Register your ... [Read more...]

How to Remove Outliers in R

September 27, 2021 | finnstats »

How to Remove Outliers in R?, What does outlier mean? It’s an observation that differs significantly from the rest of the data set’s values. Outliers can skew the results by providing false information. We’ll go over how to elimin...
[Read more...]

How to Remove Outliers in R

September 27, 2021 | finnstats

How to Remove Outliers in R?, What does outlier mean? It’s an observation that differs significantly from the rest of the data set’s values. Outliers can skew the results by providing false information. We’ll... The post How to Remove Outliers in R appeared first on finnstats.
[Read more...]

R Data Types

September 27, 2021 | udayan

A data type of a variable specifies the type of data that is stored inside that variable. For example, x [Read more...]

August 2021: “Top 40” New CRAN Packages

September 26, 2021 | R Views

One hundred sixty new packages covering a wide array of topics made it to CRAN in August. I thought I would emphasize the breadth of topics by expanding the number of categories organizing my “Top 40” selections beyond core categories that appear month after month. Here are my picks in fourteen ...
[Read more...]
1 2 3 4 5 11

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)