Publications by User
Document
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
# 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
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
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
# 載入莫名其妙套件 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
## 載入套件與資料 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
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
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
# 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
# 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