Publications by Mengjie Pan

HW 1

14.09.2022

Part 1 library("readxl") library("Hmisc") ## Loading required package: lattice ## Loading required package: survival ## Loading required package: Formula ## Loading required package: ggplot2 ## ## Attaching package: 'Hmisc' ## The following objects are masked from 'package:base': ## ## format.pval, units library("lmPerm") library("corrplot"...

8596 sym R (12359 sym/100 pcs) 8 img

HW2

04.10.2022

1. Data cleanup, including decision to remove/drop records (if applicable); data <- read.csv("~/Desktop/Big data and Econometrics/Building_Permits.csv") head(data) ## Assessor.Book Assessor.Page Assessor.Parcel ## 1 2354 016 056 ## 2 5017 025 015 ## 3 5478 017 ...

1738 sym 4 img 4 tbl

Week 4 Discussion: : Compare Auto.Arima Model and ETS Model

06.04.2022

library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3.1.6 ✓ dplyr 1.0.8 ## ✓ tidyr 1.2.0 ✓ stringr 1.4.0 ## ✓ readr 2.1.2 ✓ f...

258 sym R (3829 sym/30 pcs) 3 img

Assignment 1 Chapter 3&7

05.04.2022

When i try to knit it, it always says that can’t find the package, but i can operate it well in R. So i think it’s better for me to submit the rmd file. Sorry for the inconvenience. Although this week’s assignment really drives me crazy, I tried my best and never give up. library(tidyverse) ## ── Attaching packages ───────...

8732 sym R (26304 sym/120 pcs) 58 img

HW2

17.04.2022

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(tidyverse) ## ── Attaching packages ──────────────────────...

12333 sym R (54964 sym/337 pcs) 93 img

FINAL

08.05.2022

library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3.1.6 ✓ dplyr 1.0.8 ## ✓ tidyr 1.2.0 ✓ stringr 1.4.0 ## ✓ readr 2.1.2 ✓ f...

3194 sym R (23309 sym/135 pcs) 11 img

HW 3 Time Series

30.04.2022

library("feasts") ## Loading required package: fabletools library("seasonal") library("tsibble") ## ## Attaching package: 'tsibble' ## The following objects are masked from 'package:base': ## ## intersect, setdiff, union library("tsibbledata") library("dplyr") ## ## Attaching package: 'dplyr' ## The following objects are masked from 'packa...

3024 sym R (7714 sym/78 pcs) 7 img