Publications by Jiayi Niu

Balancing the Equation: A Quantitative and Personal Journey Through Student Well-Being at UVA

27.11.2023

Introduction Achieving academic success involves many obstacles, such as managing stress, developing effective study techniques, juggling social interactions, and upholding healthy habits. I have studied the dynamics of student life at the University of Virginia (UVa) and compared it with my personal experiences in an attempt to comprehend these nu...

16217 sym 12 img

Document

26.11.2023

Introduction Pursuing academic excellence often requires students to navigate a complex landscape of stress, study habits, social interactions, and health behaviors. This project makes use of data that was painstakingly collected via a Google Form Survey (https://forms.gle/ePvycSoipLwffwwCA), which reflects both individual experiences and larger co...

11230 sym 13 img

STAT 3280 In-Class Activity 9 11.10.2023

10.11.2023

Note the use of the p_load() function from the pacman package! Q1 Load the gapminder dataset into your R environment and take a look at it. Note the location of different variables and include a summary of the average and maximum GDP by continent. library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:st...

1652 sym R (3552 sym/21 pcs)

STAT 3280 In-Class Activity 9

10.11.2023

Note the use of the p_load() function from the pacman package! Q1 Load the gapminder dataset into your R environment and take a look at it. Note the location of different variables and include a summary of the average and maximum GDP by continent. library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:st...

1657 sym R (20691 sym/26 pcs)

STAT 3280 Homework 8

10.11.2023

con <- dbConnect( RMariaDB::MariaDB(), host = "relational.fit.cvut.cz", port = 3306, username = "guest", password = "relational", dbname = "sakila" ) dbListTables(con) ## [1] "actor" "address" "category" "city" ## [5] "country" "customer" "film" "film_actor" ## [9] "film_category" "f...

2150 sym R (3823 sym/21 pcs) 1 img 6 tbl

STAT 3280 HW8

10.11.2023

con <- dbConnect( RMariaDB::MariaDB(), host = "relational.fit.cvut.cz", port = 3306, username = "guest", password = "relational", dbname = "sakila" ) dbListTables(con) ## [1] "actor" "address" "category" "city" ## [5] "country" "customer" "film" "film_actor" ## [9] "film_category" "f...

2150 sym R (3823 sym/21 pcs) 1 img 6 tbl

Publish Document

10.11.2023

con <- dbConnect( RMariaDB::MariaDB(), host = "relational.fit.cvut.cz", port = 3306, username = "guest", password = "relational", dbname = "sakila" ) dbListTables(con) ## [1] "actor" "address" "category" "city" ## [5] "country" "customer" "film" "film_actor" ## [9] "film_category" "f...

1351 sym R (3180 sym/19 pcs) 1 img 6 tbl