Authors
Data 608 Assign1 Latest
07.02.2020
suppressPackageStartupMessages(library(dplyr)) ## Warning: package 'dplyr' was built under R version 3.5.2 suppressPackageStartupMessages(library(ggplot2)) Principles of Data Visualization and Introduction to ggplot2 I have provided you with data...
1516 sym R (6387 sym/18 pcs) 3 img
lmj 16
Basics for Rmd Latest
23.03.2023
Basics Basics Compile R markdown document Output format R Markdown syntax 参考资料 常用语法 字体 代码 链接 分区元素 数学表达式 References & footnotes lmj 2023-03-22 Compile R markdown document...
1776 sym 1 img
Christos Argyropoulos 16
Table as an image in R Latest
28.10.2013
http://www.r-bloggers.com/table-as-an-image-in-r/ Useful when cramming data into multipanel images and do not feel like toiling away in LATeX Related To leave a comment for the author, please follow the link and comment on their blog:...
573 sym 4 img
Sarah Cohen 16
Demographics of Maricopa precincts Latest
18.11.2020
I downloaded some basic demographics tables for block groups from Social Explorer. THe first data table just has voting age citizens by race and ethnicity. The second has full population numbers for race & ethnicity, income in ranges (to calculate...
1444 sym R (9370 sym/8 pcs)
Connor Gaffney 16
Document Latest
26.07.2021
Introduction In this workshop we will do some of the exercises from Chapter 5 of R4DS. Exercises from 5.2.4 Use a separate code block for each exercise. for example: 1. Find all flights that had an arrival delay of two or more hours. flights %>%...
2871 sym R (10486 sym/16 pcs)
Duncan Culbreth 16
Grade Distribution by Subject & Gender Latest
26.09.2021
library(tidyverse) data_to_viz <- read_csv("data/data-to-explore.csv") data_to_viz %>% select(subject, section, time_spent_hours, proportion_earned, gender) %>% mutate(subject = recode(subject,...
782 sym R (857 sym/1 pcs) 1 img
DAWSON STONE 16
Document Latest
05.02.2020
This is an R Markdown Notebook. When you execute code within the notebook, the results appear beneath the code. Try executing this chunk by clicking the Run button within the chunk or by placing your cursor inside it and pressing Cmd+Shift+Enter....
5125 sym R (357 sym/14 pcs)
Zane Dax 16
Machine Learning in R Latest
27.05.2021
Machine Learning in R by Udemy step 1 - import dataset dataset = read.csv('Data.csv') step 2 - missing data Often datasets have missing data, and the common practice is to remove missing data rows but it has a negative impact on observations....
100032 sym R (45016 sym/117 pcs) 31 img 1 tbl
Dominique Makowski 16
Installing R and R studio Latest
20.03.2018
Guide Install R and R Studio Go here: https://cloud.r-project.org/ Download the last version for your OS Install it Go here: https://www.rstudio.com/products/rstudio/download/#download Download the right version for your OS Install it Start R...
823 sym R (206 sym/2 pcs)