Authors
Kees Schipper 7
Vizathon 2021 Data Visualizations in R Latest
09.01.2021
Preamble: Setting up our data and libraries knitr::opts_chunk$set(warning = FALSE) ## Vizathon2021_Rvisualizations.R ## ## Written by: Kees Schipper ## ## Created: 2021-01-03 ## ## Last Edited: 2021-01-03 ## ## Data visualizations in R ##...
5323 sym R (13874 sym/50 pcs) 22 img
Yue Yu 7
ANLY 512 Assignment#1 Latest
14.09.2022
Directions During ANLY 512 we will be studying the theory and practice of data visualization. We will be using R and the packages within R to assemble data and construct many different types of visualizations. Before we begin studying data...
2695 sym R (4495 sym/16 pcs)
Ejemplo diapositiva Latest
30.09.2020
30/9/2020 Diapositiva principal Diapositiva secundaria Diapositiva 3...
82 sym 1 img
Art 7
Project Data Analyst for Finance Latest
09.11.2022
Data used df_loan <- read.csv('https://storage.googleapis.com/dqlab-dataset/loan_disbursement.csv', stringsAsFactors = F) dplyr::glimpse(df_loan) ## Rows: 9,754 ## Columns: 5 ## $ loan_id <int> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,...
1403 sym R (8771 sym/36 pcs) 2 img
ExcecutiveReport Latest
10.09.2021
Testing Asymptomatic Number of Test (Week)/ HDT Daily Report (existing) Symptomatic Number of Test (Week) / HDT Daily Report (existing) Positivity Rate (Week) / HDT Daily Report (existing) Figure 1: Total Number of Tests. Figure 2 Positivity...
915 sym 4 img 4 tbl
First R Markdown document Latest
07.02.2020
“Investigate Customer Buying Patterns” “Y.S. Kim” “07-02-2020” This is a header I’m a paragraph, hi! I can do cool things like: Be in italics Be Bold Or be wrong Below is a code chunk ```r # Load the data inside your system...
322 sym R (944 sym/6 pcs) 3 img
YuxiangZhao 7
CP-8883-BK-mini1 Latest
19.09.2022
library(tidycensus) library(sf) ## Linking to GEOS 3.10.2, GDAL 3.4.1, PROJ 7.2.1; sf_use_s2() is TRUE library(tmap) library(jsonlite) library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v...
691 sym R (13344 sym/37 pcs)
Edgar Centeno 7
Assignment 2 Latest
27.02.2021
Carefully explain the differences between the KNN classifier and KNN regression methods. These two methods are both non-parametric and utilize the nearest neighbor approach . Their difference mostly lies as to the type of problems they are used...
6159 sym R (13618 sym/43 pcs) 3 img
TIGCR Opinion Analysis 20191213 Latest
13.12.2019
Work Requirement 一、工作事項與需要能力 1.斷詞分析(Segment analysis): 請將臉書各則貼文之「文字敘述」,切割為「詞」(最小有意義且可以自由使用的語言單位)。 1....
3107 sym R (31559 sym/154 pcs) 13 img
HW #1 Latest
08.09.2022
—title: “HW #1” author: “Zachary Gooch” date: “09/07/22” output: html_document — Load packages and data library(fpp3) library(dplyr) library(ggplot2) library(tidyr) library(tsibble) library(ggfortify) library(tidyverse)...
271 sym R (9747 sym/45 pcs) 12 img