R Programming 101
Create a boxplot using R programming with the ggplot package.
Visualize one categorical and one numeric variable If you are interested in using R programming to visualize your data, then you have come to the right place. Ggplot is a fantastic package that can be used to create plots and graphs to...
Let's Tute
IELTS Reading: Academic vs General Training
This videos discusses the two formats of the IELTS test: academic and general training. It explains the differences in the reading modules and provides tips on how to approach the passages effectively. It emphasizes the importance of...
The Business Professor
Secondary Meaning for Descriptive Marks
Secondary Meaning for Descriptive Marks
The Business Professor
Reasons for USPTO Rejection of a Trademark
Reasons for USPTO Rejection of a Trademark
R Programming 101
Describe and Summarise your data
If you want to learn about to summarise your data by making tables in R or provide descriptive statistics of your dataset, then this video is for you. R programming provides more than one way to summarise and describe your data. You can...
KnowMo
Calculating Averages from Frequency Tables
In this educational video, the instructor explains how to calculate the mean, median, and mode from a frequency table. The video walks through an example question of calculating the mean, median, and mode for the number of cars produced...
R Programming 101
Working with factors and categorical variables. Use forcats in R programming to change factor levels
R programming for beginners just got easier. If you're working with categorical variables or factors (as they are called in R) then you'll love the forcats package. Forcats lets you change factor levels in a number of exciting ways. If...
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...
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...
Oxford Comma
Ending Explained! Hemingway's "Hills Like White Elephants"
Most people are surprised to learn that a 1927 shorty story that seems to be about nothing is actually about abortion. Hemingway uses clever symbolism, subtext, and character in order to write a surprisingly modern story of longing and...
Curated Video
AWS Certified Cloud Practitioner (CLF-C01)- Hands on Labs IAM Roles and Policies
In this video, we'll learn about hands-on labs IAM roles and policies. This clip is from the chapter "AWS Identity and Access Management (IAM)" of the series "AWS Certified Cloud Practitioner (CLF-C01) [Updated for 2021]".In this...
Englishing
Comparative & Superlative ADJECTIVES (+er or +est / more than and the most / irregular adjectives)
What are adjectives ? This is a question that Mr. P./Marc had already said in a previous lesson. They are words that modify nouns or pronouns. In this lesson, Mr. P. will talk about the different kinds of adjectives there are there. He...
KnowMo
Calculating the Mode of a Data Set: Understanding and Examples
This video provides an explanation of how to calculate the mode of a data set. The mode is defined as the most frequent value in a set of data, and the video demonstrates how to identify the mode using examples of both quantitative and...
R Programming 101
Use pivot_longer() to shape and manipulate your data - R programming for beginners
Use pivot_longer() to change data from wide to long data. This is part of the R programming for beginners series. If you are learning data analysis or statistics, then this video is for you. Data scientists using R often need to shape...
Curated Video
Using Vivid Verb Phrases to Make Your Writing More Descriptive
In this video, the teacher explains how writers can make their writing more descriptive by replacing linking verbs with vivid verb phrases. The lesson includes examples and prompts for students to practice using strong verb phrases to...
KnowMo
Calculating the Range from a Data Set
This is a lecture video that explains how to calculate the range from a data set. The video covers examples with both numerical and frequency table data, as well as group frequency tables. The presenter emphasizes the importance of...
R Programming 101
Use pivot_wider() to shape your data - R programming for beginners
When manipulating your data, you might want to change the shape of our data from long data to wide data. This video will walk you through how to use pivot_wider() to reshape your data from long into wide data. The next video will look at...
R Programming 101
Manipulate your data. Data wrangling - R programmning for beginners
If you are learning to use R programming for data analysis then you're going to love this video. It's an "R programming for beginners" video that deals with manipulating data. What does that mean? Well, before you can do any statistical...
Curated Video
leyes de la ciencia
This live-action video program is about the word laws. The program is designed to reinforce and support a student's comprehension and retention of the word laws through use of video footage, photographs, diagrams and colorful, animated...
Brian McLogan
Find the equation of a line through two points using slope intercept form
👉 Learn how to write the equation of a line given two points on the line. The equation of a line is such that its highest exponent on its variable(s) is 1. (i.e. there are no exponents on its variable(s)). There are various forms which...
KnowMo
Introduction to Summary Statistics
This video is an introduction to summary statistics, which are used to summarize data sets into meaningful information. The video discusses the two main criteria that summary statistics should meet, which are that they should be...
R Programming 101
R programming for ABSOLUTE beginners
R programming for beginners is meant to introduce you to R programming without the stress. Using R for statistical analysis and data science is becoming increasingly popular. At first, using R and R studio might seem a little...
The Business Professor
Distinctiveness Requirement for Trademarks
Distinctiveness Requirement for Trademarks
KnowMo
Calculating the Median: Finding the Middle Value of Data Sets
This video is a lecture on how to calculate the median value of a data set. The speaker explains what the median represents and gives examples of how to manually calculate the median for small data sets. They also demonstrate the use of...