Instructional Video3:15
Packt

Learning R for Data Visualization (Video 2)

Higher Ed
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...
Instructional Video3:12
Curated Video

Learning R for Data Visualization (Video 23)

Higher Ed
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...
Instructional Video24:59
R Programming 101

Explore your data using R programming

Higher Ed
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...
Instructional Video11:24
R Programming 101

How to import data and install packages - R programming for beginners

Higher Ed
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...
Instructional Video11:10
KnowMo

How to Calculate Averages from Group Frequency Tables

12th - Higher Ed
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...
Instructional Video5:10
Curated Video

Statistics for Data Science and Business Analysis - A3. Normality and Homoscedasticity

Higher Ed
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...
Instructional Video8:53
Curated Video

C++ Developer - Project - Reading Data from File and Printing Statistics

Higher Ed
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.
Instructional Video5:37
Curated Video

Learning R for Data Visualization (Video 31)

Higher Ed
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...
Instructional Video2:32
Packt

Learning R for Data Visualization (Video 20)

Higher Ed
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...
Instructional Video6:29
Let's Tute

Calculating Mean of Group Data using Direct Method

9th - Higher Ed
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.
Instructional Video2:43
Curated Video

Learning R for Data Visualization (Video 9)

Higher Ed
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...
Instructional Video3:59
Curated Video

Learning R for Data Visualization (Video 18)

Higher Ed
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...
Instructional Video4:08
Curated Video

Learning R for Data Visualization (Video 16)

Higher Ed
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...
Instructional Video5:36
Let's Tute

Zero is Hero

9th - Higher Ed
Lets Learn Math With an Interesting Game of 'Dice & Desire'
Instructional Video4:05
Brian McLogan

Learn how to create a normal distribution curve given mean and standard deviation

12th - Higher Ed
👉 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...
Instructional Video2:58
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Olympic Games Project Overview

Higher Ed
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...
Instructional Video15:23
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Handling Outliers (1)

Higher Ed
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.
Instructional Video2:33
FuseSchool

The Range

6th - Higher Ed
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...
Instructional Video4:19
Curated Video

Appropriate Fake Support for IELTS Writing Task 2

9th - Higher Ed
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...
Instructional Video3:24
Curated Video

Learning R for Data Visualization (Video 19)

Higher Ed
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...
Instructional Video13:32
Curated Video

The Complete Excel Guide: Beginners to Advanced - Statistical Functions for Description - Part 1

Higher Ed
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...
Instructional Video3:49
Curated Video

KS2 Primary English Age 9-13 - Writing: Writing to Persuade Part 2 - Explained

3rd - 5th
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...
Instructional Video3:12
ShortCutsTv

Mann Whitney U Test

Higher Ed
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?
Instructional Video2:43
R Programming 101

R programming for beginners - Rename variables and reorder columns. Data cleaning and manipulation

Higher Ed
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...