Authors
Art Steinmetz 6
Sentiment Analysis Using Google Translate (Pt. 1) Latest
14.04.2023
Inspired by TidyTuesday Some of the the R data science community participate in a weekly challenge called “Tidy Tuesday,” where an interesting data set is presented for analysis but mostly visualization. There are some tremendous examples of...
6193 sym R (10119 sym/21 pcs) 2 img
Arthav Mane 6
The Public Health and Economic Impact of Severe Weather Events in USA Latest
19.06.2020
Synopsis This report uses data from the NOAA Storm Database, which tracks major storms and weather events, to answer the following two questions: Across the United States, which types of events are most harmful with respect to population health?...
3563 sym R (9324 sym/18 pcs) 2 img
Course Project 2 Latest
04.07.2020
Reproducible Research: Peer Assessment 2 Arturo Rosas ## Impact of Severe Weather Events on Public Health and Economy in the United States Synonpsis In this report, we aim to analyze the impact of different weather events on public health and...
3133 sym R (9837 sym/55 pcs) 3 img
Lab 1 Latest
18.02.2021
The goal of this lab is to practice importing data from various data sources (csv, txt etc.). Selecting a dataset to analyze. Finding out if the data contains any missing values. Generating statistical characteristics (Central tendency &...
9153 sym R (3237 sym/25 pcs) 5 img 2 tbl
Asgeir Brenne 6
Analysis of Storm Data in the US Latest
25.03.2021
Synopsis Storms and other severe weather events can cause both public health and economic problems for communities and municipalities. Many severe events can result in fatalities, injuries, and property damage, and preventing such outcomes to the...
3395 sym R (6682 sym/18 pcs) 3 img
week 2 Latest
01.09.2021
title: “Bivariate analysis for marketing managers” author: Ashley Puentes date: “9/1/2021” output: html_document editor_options: chunk_output_type: console R Markdown This is an R Markdown document. Markdown is a simple formatting syntax...
1947 sym R (618 sym/7 pcs) 2 img
Youtube Trending Video Latest
19.10.2022
YouTube Trending Videos Column Trending Video Category Column Entertainment Youtube Channel Viewers Activity...
161 sym
Andrew 6
Airquality Assignment Latest
07.02.2023
Airquality Tutorial and Homework Assignment Load in the Dataset Because airquality is a pre-built dataset, we can write it to our data directory to store it for later use. # install.packages("tidyverse") library(tidyverse) ## ── Attaching...
2144 sym R (4173 sym/30 pcs) 5 img
Muhammad Asmui Abdul Rahim 6
Basic Data Summary and Visualization in R Latest
19.04.2020
Basic Visualization in R Programming: Base Package Data Preparation Before we begin, make sure that you read the dataset ‘telco.csv’ into your R console. There are two ways of doing it; Read the csv file by using read.csv and put the...
4203 sym R (5251 sym/59 pcs) 18 img
Benard Asuke 6
VA deaths by area Latest
13.04.2020
## -- Attaching packages ---------------------------------------------------------------- tidyverse 1.3.0 -- ## v tibble 3.0.0 v dplyr 0.8.5 ## v tidyr 1.0.2 v stringr 1.4.0 ## v readr 1.3.1 v forcats 0.5.0 ## v purrr...
6 sym R (762 sym/6 pcs) 1 img