Publications by User

Document

21.01.2024

787878-989899 ## [1] -202021 09009+2222 ## [1] 11231 999-1 ## [1] 998 8%%7 ## [1] 1 99%%9 ## [1] 0 78%%9 ## [1] 6 x=3 x<-88 y<-3 z<-x+y z ## [1] 91 x+y ## [1] 91...

19 sym

basic r Description

13.01.2024

# VECTORS # Create gender variable getwd() ## [1] "C:/Users/USER/Desktop/cchub kmeans" ge_var <- rep(c("males", "female"), times = 3) # Alternating genders print("Gender Variable:") ## [1] "Gender Variable:" print(ge_var) # Interpretation: Created a gender variable with alternating values of males and females. ## [1] "males" "female" "males" ...

111 sym Python (11198 sym/108 pcs)

Document

02.01.2024

About Data Analysis Report This RMarkdown file contains the report of the data analysis done for the project on building and deploying a stroke prediction model in R. It contains analysis such as data exploration, summary statistics and building the prediction models. The final report was completed on Tue Jan 2 03:38:14 2024. Data Description: ...

1097 sym R (4954 sym/24 pcs) 4 img 3 tbl

Document

23.11.2023

library(openair) library(dplyr) ## ## 載入套件:'dplyr' ## 下列物件被遮斷自 'package:stats': ## ## filter, lag ## 下列物件被遮斷自 'package:base': ## ## intersect, setdiff, setequal, union library(readxl) library(C50) air_county_data = read_xlsx("C:/Users/USER/Desktop/NTHU_Master_degree1/NTHU_Big_Data/空汙...

16 sym R (4951 sym/11 pcs) 2 img

map

13.11.2023

# 載入莫名其妙套件 library(sf) ## Linking to GEOS 3.9.3, GDAL 3.5.2, PROJ 8.2.1; sf_use_s2() is TRUE library(readr) library(ggplot2) library(readxl) library(dplyr) ## ## 載入套件:'dplyr' ## 下列物件被遮斷自 'package:stats': ## ## filter, lag ## 下列物件被遮斷自 'package:base': ## ## intersect, setdi...

29 sym R (4903 sym/21 pcs) 5 img

Publish Document

02.11.2023

## 載入套件與資料 require(readr) ## 載入需要的套件:readr require(mice) ## 載入需要的套件:mice ## ## 載入套件:'mice' ## 下列物件被遮斷自 'package:stats': ## ## filter ## 下列物件被遮斷自 'package:base': ## ## cbind, rbind require(tidyverse) ## 載入需要的套件:tidyverse ## ──...

55 sym R (14307 sym/40 pcs)

HLM (MLM) Centering

20.10.2023

Exercise 1 1. Obtain descriptive statistics (e.g., mean, standard deviation, minimum, and maximum) for all seven variables for the student-level pooled sample. ## [1] 902 Figure 1. Distribution of student- and school-level variables across students 2. Obtain the descriptive statistics for your five individual-level variables for each school....

2116 sym 9 img 3 tbl

HLM exercise 1 and 2

20.10.2023

Exercise 1 1. Obtain descriptive statistics (e.g., mean, standard deviation, minimum, and maximum) for all seven variables for the student-level pooled sample. ## [1] 902 Figure 1. Distribution of student- and school-level variables across students 2. Obtain the descriptive statistics for your five individual-level variables for each school....

1950 sym 8 img 3 tbl

milestone2

07.10.2023

# Load necessary libraries library(tidyverse) ## Warning: package 'tidyverse' was built under R version 4.2.3 ## Warning: package 'ggplot2' was built under R version 4.2.3 ## Warning: package 'tibble' was built under R version 4.2.3 ## Warning: package 'tidyr' was built under R version 4.2.3 ## Warning: package 'readr' was built under R version 4....

71 sym R (10516 sym/68 pcs)

milestone1

03.10.2023

# Load libraries library(dplyr) ## Warning: package 'dplyr' was built under R version 4.2.3 ## ## 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) ## Warning: pack...

62 sym R (6778 sym/51 pcs) 7 img