Be in Statistics
Be in Statistics
  • Видео 185
  • Просмотров 81 302
R Programming || Join Multiple Columns into One
In this video you'll learn how to join multiple columns into one using different function, such as glue(), past0() and str_c()
Просмотров: 32

Видео

R Programming || Nice and Customizable Table under gt() package
Просмотров 402 месяца назад
The gt() package in R is a robust tool for crafting customizable tables. It provides various options for formatting, styling, and theming.
Create a Three-way Contingency Table
Просмотров 683 месяца назад
Creating a three-way contingency table using flextable in R involves a few steps: * Generating the table, * Converting it to a data frame, and * then using the flextable package to format it
R Programming || Dumbbell plot
Просмотров 514 месяца назад
Learn how to draw a dumbbell dot plot, which is used to visualize two or three groups using geom_dumbbel() under ggplot.
R Programming || Simple bar chart - Horizontal
Просмотров 998 месяцев назад
Learn how to draw a horizontal bar chart in R programming language.
R programming || Clustered bar chart
Просмотров 918 месяцев назад
In this tutorial, I'll show you how to * Create a cluster bar chart in R programming * Add percentage values on top of each bar * Include a title, x-axis, and y-axis labels * Add a caption * Remove the background color * Remove values on the Y-axis * Modifying legend position
R programming || Pie chart
Просмотров 1229 месяцев назад
In this video, I'll show you how to draw a pie chart using R programming and how to add a title, caption, percentages, and change the background color.
R programming || Stacked bar chart
Просмотров 889 месяцев назад
In this tutorial, you will learn how to * Create a Stacked Bar chart * Add percentage values on top of each bar * Include a title, x-axis, and y-axis labels * Add a caption * Modifying legend position @BeinStatistics
R programming || Simple bar chart
Просмотров 152Год назад
In this video, I will demonstrate how to create a basic bar chart using R programming. Additionally, I will explain how to include percentages at the top of each bar, customize the title and caption, and eliminate the background color.
R Programming || Donut chart
Просмотров 118Год назад
Donut chart is the most commonly used charts. They are divided into segments, the arc of each segment shows the proportional value of each piece of data.
R Programming || Frequency table with percentage
Просмотров 258Год назад
This video illustrates how to calculate frequency table with percentages using R programming.
R Programming || Pivot wider and pivot longer in R
Просмотров 108Год назад
#Pivot #wider is used to convert long data format to shorter or wider data format, that is pivot wider decreases number of row in the dataset and increases number of columns. #Pivot #longer is used to convert wider or shorter data format to long data format. Unlike pivot shorter, pivot longer increases number of rows in the dataset ad decreases number of column. its widely used in data visualiz...
R Programming || Recode a variable using R programming
Просмотров 99Год назад
In this short tutorial you'll learn how to recode a variable using recode() command in R programming
R Programming || Create a categorical variable using case_when()
Просмотров 70Год назад
case_when() function in R allow you to make a new variable that is based on a multiple conditions that are present in other variables.
R Programming || How to select columns using select()
Просмотров 48Год назад
This video will you to understand how to use the SELECT command in R to select specific columns
#Independent #Samples #T-Test using #R
Просмотров 2613 года назад
#Independent #Samples #T-Test using #R
How to Select a Random Sample using R
Просмотров 3323 года назад
How to Select a Random Sample using R
Stem and Leaf plot using R
Просмотров 3933 года назад
Stem and Leaf plot using R
3D Scatter Plot using R
Просмотров 1 тыс.3 года назад
3D Scatter Plot using R
Create #Boxplot and #Multiple #Boxplots using R
Просмотров 1073 года назад
Create #Boxplot and #Multiple #Boxplots using R
#Stacked and #Clustered #Bar #Chart using #R
Просмотров 2433 года назад
#Stacked and #Clustered #Bar #Chart using #R
Calculate #Descriptive #Statistics using #R
Просмотров 1363 года назад
Calculate #Descriptive #Statistics using #R
Create #Pie #chart using #R
Просмотров 1313 года назад
Create #Pie #chart using #R
Create and Modify a #Histogram in #R
Просмотров 1213 года назад
Create and Modify a #Histogram in #R
Transportation Problem || Least Cost Method
Просмотров 563 года назад
Transportation Problem || Least Cost Method
Creating Bar Chart in R
Просмотров 1303 года назад
Creating Bar Chart in R
Balanced Transportation Problem || North-West Corner Method
Просмотров 1343 года назад
Balanced Transportation Problem || North-West Corner Method
SPSS Tutorial 21 || How to Conduct Two-Way ANOVA
Просмотров 1663 года назад
SPSS Tutorial 21 || How to Conduct Two-Way ANOVA
SPSS Tutorial 20 || Testing Assumptions for Two-Way ANOVA
Просмотров 1993 года назад
SPSS Tutorial 20 || Testing Assumptions for Two-Way ANOVA
SPSS Tutorial 19 || One-Way ANOVA with Violation of Homogeneity of Variance
Просмотров 3833 года назад
SPSS Tutorial 19 || One-Way ANOVA with Violation of Homogeneity of Variance