Packt
Learning R for Data Visualization (Video 2)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
Learning R for Data Visualization (Video 23)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
R Programming 101
Explore your data using R programming
When doing data analysis, you need to start with a good understanding of you data. To explore your data, R has some fantastic and easy to use functions. In this video I take you through the process of exploring dataset and understanding...
R Programming 101
How to import data and install packages - R programming for beginners
In this video I look at how to start a project in R, how to import data and how to install a package. Packages like tidyverse or DPLYR or ggplot extend your data analysis capabilities a lot! This video forms part of the R programming for...
KnowMo
How to Calculate Averages from Group Frequency Tables
This video provides a tutorial on how to calculate averages from data presented in a group frequency table. The three types of averages covered in the video are the mean, median, and mode. The example used in the video is based on the...
Curated Video
Statistics for Data Science and Business Analysis - A3. Normality and Homoscedasticity
In this video, the third assumption of OLS, normality and homoscedasticity, are explained. This clip is from the chapter "Assumptions for Linear Regression Analysis" of the series "Statistics for Data Science and Business Analysis".This...
Curated Video
C++ Developer - Project - Reading Data from File and Printing Statistics
This video presents a project to read data from file and print statistics. This clip is from the chapter "File Input and Output" of the series "The Complete C++ Developer Course".This section explains file input and output.
Curated Video
Learning R for Data Visualization (Video 31)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Packt
Learning R for Data Visualization (Video 20)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Let's Tute
Calculating Mean of Group Data using Direct Method
This video explains how to find the mean of group data using the direct method in statistics. The teacher walks through the steps of organizing the data, calculating mid values and frequencies, and applying the formula to get the mean.
Curated Video
Learning R for Data Visualization (Video 9)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
Learning R for Data Visualization (Video 18)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
Learning R for Data Visualization (Video 16)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Brian McLogan
Learn how to create a normal distribution curve given mean and standard deviation
👉 Learn how to find probability from a normal distribution curve. A set of data are said to be normally distributed if the set of data is symmetrical about the mean. The shape of a normal distribution curve is bell-shaped. The normal...
Curated Video
Python for Data Analysis: Step-By-Step with Projects - Olympic Games Project Overview
This video introduces you to the Olympic games project overview. This clip is from the chapter "Capstone Practice Project III" of the series "Python for Data Analysis: Step-By-Step with Projects".This section introduces you to Capstone...
Curated Video
Python for Data Analysis: Step-By-Step with Projects - Handling Outliers (1)
This video introduces you to handling outliers part 1. This clip is from the chapter "Cleaning Data" of the series "Python for Data Analysis: Step-By-Step with Projects".This section introduces you how to clean the data.
FuseSchool
The Range
You’ve probably come across the 3 different measures of average 4, 6, 6, 7, 10, 11, 12 Mean = 8 Median = 7 Mode = 6 The range also often gets added onto these 3… although it isn’t actually a measure of the average. It’s the difference...
Curated Video
Appropriate Fake Support for IELTS Writing Task 2
Today you’ll learn how and when to include appropriate fake support for IELTS Writing Task 2 essays. First of all, let’s establish that, when possible, using real ideas for examples and details is always preferred. This is to ensure the...
Curated Video
Learning R for Data Visualization (Video 19)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Statistical Functions for Description - Part 1
The aim of this video is to explore statistical functions for description. This clip is from the chapter "Excel 2019 Advanced: Statistical Functions" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll...
Curated Video
KS2 Primary English Age 9-13 - Writing: Writing to Persuade Part 2 - Explained
SchoolOnline's Primary English videos are brilliant, bite-size tutorial videos delivered by examiners and skilled teachers. Ideal for ages 9-13, they cover every key skill in English Reading and Writing that students need to master in...
ShortCutsTv
Mann Whitney U Test
How to calculate and apply the Mann Whitney U Test to a contemporary psychological hypothesis - will males score higher on an aggression questionnaire than females?
R Programming 101
R programming for beginners - Rename variables and reorder columns. Data cleaning and manipulation
This is an R programming for beginners video. Learn how to rename variables and reorder columns in R. If you want to use the Tidyverse in R to manipulate data and clean data then you need to start by using the select function to select...