Healthcare Triage
Is the Apple Watch a USEFUL Medical Device?
Apple is pushing the medical benefits of the Apple Watch pretty hard, but we have questions about just how useful the watch's electrocardiogram feature really is. Aaron digs into the research on just how much the device is doing.
SciShow
These Bats Make Tiny Snow Caves
One might not think that snow could help anything stay warm through a harsh winter, but these tiny bats have found a way to utilize the insulation provided by the snow: they make little forts to wait out the winter.
Curated Video
Creating a Dot Plot: Representing Data on a Number Line
In this lesson, students are taught to organize the data, create a frequency table, and determine the intervals for the number line. By placing dots on the graph to represent each data point, students can visually analyze and compare the...
Curated Video
HTML Tutorial for Beginners(2022) - Change Text Color in HTML
Learn how to change the text color of a web page in HTML. This clip is from the chapter "HTML CSS Styles" of the series "HTML Tutorial for Beginners (2022)".This section focuses on the styles and formatting of web pages using CSS. You...
Curated Video
Learning R for Data Visualization (Video 8)
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...
Bozeman Science
A Beginner's Guide to Graphing Data
Paul Andersen explains how graphs are used to visually display data that is collected in experimentation. He describes five main types of graphs; line graph, scatter plot, bar graph, histogram and pie chart. He describes the important...
The Bazillions
Super Sonic Rocket Bike
Blast off with The Bazillions on a journey of the imagination aboard a SUPER SONIC ROCKET BIKE!
Curated Video
Data Science and Machine Learning with R - Two Variable Plots
This video explains two variable plots. This clip is from the chapter "Data Visualization in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains data visualization in R.
Curated Video
Data Science and Machine Learning with R - Single Variable Plots
This video focuses on single variable plots. This clip is from the chapter "Data Visualization in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains data visualization in R.
Curated Video
Data Analytics using Python Visualizations - Categorical Variables and Histograms (with EDA)
This video explains categorical variables and histograms. This clip is from the chapter "Advanced Visualizations Using Business Applications" of the series "Data Analytics Using Python Visualizations".This section explains advanced...
R Programming 101
How to draw a line graph using ggplot with R programming. Plots and graphs to visualize data.
If you want to use R programming to create plots and graphs using the ggplot package, then watch this video. In this video, I'll go though how to visualize two numeric variables and one categoric variable using line graphs and faceting...
R Programming 101
Create a scatter plot using R programming. How to use ggplot for data visualisation.
Using R programming for data visualisation is easy. If you want to create a scatter plot for two or more numeric variables, ggplot is perfect package. Ggplot2 is part of the tidyverse set up packages. This video is part of a series that...
Global Health with Greg Martin
Data Analysis Fundamentals: Describing, Summarizing, and Visualizing Data
This video provides a comprehensive guide on how to describe, summarize, and visualize data, covering key concepts such as variables, distributions, and statistical measures. It explains different types of data, such as categorical and...
Curated Video
Learning R for Data Visualization (Video 28)
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 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 11)
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 25)
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...
TED Talks
TED: A vision of sustainable housing for all of humanity | Vishaan Chakrabarti
By 2100, the UN estimates that the world's population will grow to just over 11 billion people. Architect Vishaan Chakrabarti wants us to start thinking about how we'll house all these people -- and how new construction can fight climate...
Oxford Comma
Why do we make art? Reading, Summary, and Analysis of The Exhibits by Roger Dylan Turner
Why do we create art? Does the art we create change over time? And how can a poem that doesn't look like a poem help us answer those questions?
Bill Carmody
Writing a Document versus Making a Presentation
In this video, Bill Carmody explains the difference between writing a document and making a presentation in a business context. Carmody emphasizes the importance of understanding when to use each tool based on the specific goals and...
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
Determine the unit vector given a vector with angle and magnitude
Determine the unit vector given a vector with angle and magnitude
R Programming 101
Lollipop Graph using ggplot.
If you're interested in Data Visualization then you've come to the right place. Ggplot (or ggplot2) is an extremely powerful package used in R programming to develop plots and graphs. A lollipop graph is an excellent example of how you...