In this R Tutorial, we will complete data analysis and data visualization with get_map and ggplot of Northern California earthquakes between 2002 and 2018. The earthquake data will be analyzed based on total occurrences in each location and will graphically be displayed. However, for this tutorial, we will only analyze earthquakes…
plot
Are you trying to learn to create a plot using plot() ? Learn how to create a plot() at R-ALGO Engineering Big Data.
- R Data Analysis
Confirmed Unprovoked Global Shark Attack Data Analysis with R
by John Wingateby John WingateIn this R Tutorial, we will complete data analysis of confirmed unprovoked global shark attacks from 1580 until July 26, 2018. The shark attack data will be analyzed based on total occurrences in each location and will graphically be displayed. Install and Load Packages Below are the packages and libraries…
This R tutorial determines SMS text messages as HAM or SPAM via the Naive Bayes algorithm. The purpose of this report is to review SMS data and confirm what is actually ham and what is classified as spam. In order to complete the report, the Naive Bayes algorithm will be…
In this R tutorial, we will use data analysis for mushrooms. Every year many people become sick or even die from eating mushrooms that are poisonous. The purpose of this report to is to show the distinction between edible and non-edible mushrooms. The differences will be created by the odor…
- R Data Analysis
Stock Data Analysis and Data Visualization with Quantmod in R
by John Wingateby John WingateIn this R tutorial, we will complete stock data analysis and visualization for Dow Jones Industrial Average (DJI) between January 1, 2017, and February 9, 2018. The analysis will take a look at the long-range and short-range volatility of the stock price. Install and Load Packages Below are the libraries that will…
- 1
- 2