Sound Blog

Discovering the Power of .Rprofile in My R Workflow

rprofile
startup
Best practices

A simple, step-by-step guide to setting up an .Rprofile file to automatically load your data and customize your R environment.

3 Game-Changing R Plot Export Tips for PhD Students - Excel in Your Thesis Presentation and Research!

ggplot
save
export
Beginner

Discover how to elevate your research presentations with these essential R plot exporting techniques.

Exploratory Data Analysis (EDA) before Analysis - A Step-by-Step Guide for Beginners in R

EDA
Beginner

Exploratory data analysis (EDA) is a crucial step in the analytical process, offering a profound understanding of our data and revealing hidden insights.

My Scholar Profile Visualization

Data viz
bar plots
citations

A short description of the post.

Exploratory graphs Part - 1

EDA
Beginner
boxplots
summary

I love exploring the data as soon as I import. In this post, I describe some basics of exploratory analyses and graphs which reveal a lot about your data.

Loops in R

Beginner
loop

A friend of mine wanted to quickly write a loop in R. Here is how to approach it

Create random numbers in R

Beginner
sort

I had to generate a random numbers list of n=100. This is how I achieved it in R.

Bind rows together

data wrangling
Beginner
merge data

You have > 1 excel sheet with same variable names and you want to merge them to 1 dataframe. Here is what you do!

Dumbbell plots

ggplot
Beginner
dumbbell plots

Before and After Changes with Dumbbells.

Hey R, don't sort my data!

barplots
Beginner
factors

We learn to override R's intuitiveness when it is not helpful as it arranges the bars by itself.

Grouped scatter plots

ggplot
Beginner
scatterplots

Approaching grouped scatterplots one step at a time.

The curious case of case_when

dplyr
Beginner
Tidying

How to create variables using the function `case_when`?

Dot and boxplots

ggplot
Beginner
dot plots
boxplots

Let us see how to draw boxplots with individual data points depicted on them.

Density Plots

EDA
Beginner
Density plots

A detailed walkthrough of drawing density plots.

Descriptives

descriptives
Beginner
tables

A beginner-friendly table making in R: Create the demographics table 1 and export to word document

Add sample sizes to plots

ggplot
Beginner
bar plots

Adding sample sizes to your ggplot.

Histograms

Histograms
Beginner
ggplot

Learn to draw histograms by three beginner-friendly ways.

Starting Projects in RStudio

Being oRganized
Beginner
Reproducibility

Let's learn to start projects in RStudio - an important step to a good workflow in R.

Using R scripts effectively, even as a beginner

R scripts
Beginner
Reproducibility

Moving from working in the console to working from the R script.

Get a glimpse of the data after importing

EDA
Beginner

As we import the data, there are some immediate steps to follow for a good workflow.

Importing data into RStudio - a step-by-step approach

Data import
Beginner

As a beginner in R, importing data is the first step to master before exploring the data viz and analyses. This blogpost takes a step-by-step approach to import your data into RStudio.

Welcome to My R Space

Recently I completed a 30 days writing challenge wherein I wrote 30 atomic essays for 30 continuous days. This is an atomic essay I wrote on R - This would serve as a warm welcome to my blog.

More articles »

Sound Blog