Erik Marsja
  • Home
  • Programming
    • Python Tutorials
      • Data Analysis
      • Pandas Tutorials
      • Data Visualization
      • Python for Data Collection Tutorials
    • R
  • CV
  • Contact
  • Python & R resources
Select Page
Learn How to Convert Matrix to dataframe in R with base functions & tibble

Learn How to Convert Matrix to dataframe in R with base functions & tibble

by Erik Marsja | May 6, 2021 | Programming, R

In this short tutorial, you will learn how to convert a matrix to a dataframe in R. Specifically, you will learn how to use base R and the package tibble to change the matrix to a dataframe. You will learn this task by 4 different examples (2 using each method). ...
R Count the Number of Occurrences in a Column using dplyr

R Count the Number of Occurrences in a Column using dplyr

by Erik Marsja | Apr 27, 2021 | Programming, R

In this R tutorial, you are going to learn how to count the number of occurrences in a column. Sometimes, before starting to analyze your data,  it may be useful to know how many times a given value occurs in your variables. For example, when you have a limited...
How to Do the Brown-Forsythe Test in R: A Step-By-Step Example

How to Do the Brown-Forsythe Test in R: A Step-By-Step Example

by Erik Marsja | Apr 14, 2021 | Programming, R

In this tutorial, you will learn how to do the Brown-Forsythe test in R. This test is great as you can use it to test the assumption of homogeneity of variances, which is important for e.g. Analysis of Variance (ANOVA).  Outline of the Post This post is...
How to Concatenate Two Columns (or More) in R – stringr, tidyr

How to Concatenate Two Columns (or More) in R – stringr, tidyr

by Erik Marsja | Feb 14, 2021 | Programming, R

In this guide you will learn how to concatenate two columns in R. In fact, you will learn how to merge multiple columns in R using base R (e.g., using the paste function) and Tidyverse (e.g. using str_c() and unite()). In the final section of this post, you will learn...
How to Calculate Five-Number Summary Statistics in R

How to Calculate Five-Number Summary Statistics in R

by Erik Marsja | Jan 18, 2021 | Programming, R

In this short tutorial, you will learn how to find the five-number summary statistics in R. Specifically, in this post we will calculate: MinimumLower-hingeMedianUpper-hingeMaximum Now, we will also visualize the five-number summary statistics using a boxplot. First,...
How to Make a Violin plot in Python using Matplotlib and Seaborn

How to Make a Violin plot in Python using Matplotlib and Seaborn

by Erik Marsja | Jan 4, 2021 | Programming, Python

In this Python data visualization tutorial, we are going to learn how to create a violin plot using Matplotlib and Seaborn. Now, there are several techniques for visualizing data (see the post 9 Data Visualization Techniques You Should Learn in Python for some...
« Older Entries
Next Entries »

Latest Posts

  • Psychomotor Vigilance Task (PVT) in PsychoPy (Free Download)
  • How to Remove/Delete a Row in R – Rows with NA, Conditions, Duplicated
  • Python Scientific Notation & How to Suppress it in Pandas and NumPy
  • How to Create a Matrix in R with Examples – empty, zeros
  • How to Convert a List to a Dataframe in R – dplyr

Latest Posts

  • Psychomotor Vigilance Task (PVT) in PsychoPy (Free Download)
  • How to Remove/Delete a Row in R – Rows with NA, Conditions, Duplicated
  • Python Scientific Notation & How to Suppress it in Pandas and NumPy
  • How to Create a Matrix in R with Examples – empty, zeros
  • How to Convert a List to a Dataframe in R – dplyr
  • Privacy
  • Terms of Service
  • Facebook
  • Twitter
  • RSS