Publications by Name
Document
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 be generated that includes both content as well as the output of any embedded R code chunks within the...
591 sym 1 img
Assignment 1
library(ggplot2) ## Warning: package 'ggplot2' was built under R version 4.3.3 # Load the data data(mtcars) ggplot(mtcars, aes(x= mpg, y=wt)) + geom_point() ggplot(mtcars, aes(x= mpg)) + geom_boxplot()...
9 sym R (208 sym/4 pcs) 2 img
Publish Document
library(ggplot2) ## Warning: package 'ggplot2' was built under R version 4.3.3 # Load the data data(mtcars) ggplot(mtcars, aes(x= mpg, y=wt)) + geom_point() ggplot(mtcars, aes(x= mpg)) + geom_boxplot()...
9 sym R (208 sym/4 pcs) 2 img
Bike Rentals prediction
Introduction The surge in popularity of bike-sharing systems in urban environments has led to an increased interest in comprehending the underlying factors influencing bike rental patterns, (Lu and Lin 2020). The availability of extensive datasets, capturing details ranging from weather conditions to temporal variations, offers a unique opport...
24773 sym R (6534 sym/5 pcs) 5 img 1 tbl
Correlation N225-S&P500 1-min data since 2010
# Load necessary libraries library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(ggplot2) library(scales) # for date formatting library(corrplot) ## corrplot 0.92...
33 sym R (132946 sym/26 pcs) 4 img
Apply11
library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ tidyr 1.3.0 ## ...
572 sym R (10329 sym/48 pcs) 5 img
CA11
library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(ggplot2) library(lubridate) ## ## Attaching package: 'lubridate' ## The following objects are masked from '...
430 sym R (9966 sym/60 pcs) 5 img
Apply10
library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ✔ tidyr 1.3.0 ## ...
2148 sym R (9187 sym/32 pcs) 2 img
Apply10
library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ✔ tidyr 1.3.0 ## ...
2292 sym R (9260 sym/33 pcs) 2 img
Updated Apply 9
library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ✔ tidyr 1.3.0 ## ...
3175 sym R (5592 sym/24 pcs) 2 img