Authors

Andrei Tamas Foldes 16

text mining Latest

23.02.2020

Preprocessing STR_Dream_Log <- read_excel("STR_Dream Log(1).xlsx", col_types = c("date", "text", "text", "text", "text"), skip = 1) names(STR_Dream_Log) <- c("Date","Id","Sleep","Wake","Dream") STR_Description_Log <- read_excel("STR_Description...

3464 sym R (14357 sym/75 pcs) 18 img

Siyang Ni 16

Reproducible Research - Course Project 2 Latest

13.12.2020

Health and Economic Impact of Storm A Report Based on NOAA Storm Database Synopsis Storms and other severe weather events have caused both public health and economic problems across the US. Over the years, we have seen severe adverse weather...

4530 sym R (5625 sym/21 pcs) 2 img

Module 3 Content Review Latest

04.09.2020

plot(cars) library(haven) hsbmerged <- read_dta("Multilevel Modeling/hsbmerged.dta") View(hsbmerged) library(tidyverse) library(lme4) library(lmerTest) library(Hmisc) summary(model.null) Linear mixed model fit by maximum likelihood ....

874 sym R (2437 sym/11 pcs)

Test_Document Latest

16.09.2021

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will...

593 sym R (268 sym/2 pcs) 1 img

Macroeconomic Announcements (Realized and Forecast Values) Latest

07.01.2021

Download the R packages which are necessary in order to execute the following code install.packages("tidyverse") Error in install.packages : Updating loaded packages library(tidyverse) 1. ADP employment Sources : Automatic Data Processing,...

39371 sym R (22521 sym/113 pcs) 22 img

Sarah Chock 16

Residuals Latest

11.02.2021

library(ggplot2) ## Warning: package 'ggplot2' was built under R version 3.6.3 data <- read.csv("http://www.cknudson.com/data/MacNaturalGas.csv") mod1 <- lm(therms ~ month, data) ggplot(data, aes(month, therms)) + geom_point() ## Warning:...

259 sym R (8229 sym/57 pcs) 21 img

Reed 16

GIS_final Latest

19.03.2020

library(dplyr) library(tidyr) library(janitor) library(ggplot2) library(weathermetrics) library(spData) library(st) library(rgdal) library(GISTools) Above libraries are libraries I love! Import the data which I downloaded from prism. I...

4296 sym R (10087 sym/34 pcs) 18 img

Document Latest

31.10.2022

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document...

598 sym 1 img

Julius Sullivan 16

My First Publication Latest

23.01.2020

Q1 What is R? R is a programming language that can be used to represent data. Q2 What is RStudio? RStudio is the interface of the programming language R, the program you use to enter the data to receive a result produced in R. Q3 What is R...

544 sym

MMM_WT2022-23_Exercise1 Latest

23.10.2022

Table of contents Set-up Descriptive analyses sample size Age Gender Group info and tests sample size per group influencer group media group influencer group x media group Age per group Descriptives Possible plots: Test Gender per group...

1151 sym 9 img