Publications by Nicole
SOC222 final report, Nicole and Kylie
# List of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "effects", "survey", "performance", "flextable", "broom", "scales", "ggeffects", "marginaleffects") # add any you need here # Install packages if they aren't installed already new_packages <- packages[!(packages %in% installed.packages()[,"Package"])] if(length(new_p...
2014 sym Python (16097 sym/38 pcs) 4 img 2 tbl
Perez-Vasquez_Nicole_Homework_5
# List of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "effects", "survey", "MASS", "aod", "interactions", "kableExtra", "flextable", "scales") # add any you need here # Install packages if they aren't installed already new_packages <- packages[!(packages %in% installed.packages()[,"Package"])] if(length(new_packages)) i...
2151 sym Python (13881 sym/43 pcs) 3 img 2 tbl
Perez-Vasquez_Nicole_Homework_4
# List of packages packages <- c("tidyverse", "infer", "fst", "broom", "modelsummary", "effects", "survey", "interactions") # add any you need here # Install packages if they aren't installed already new_packages <- packages[!(packages %in% installed.packages()[,"Package"])] if(length(new_packages)) install.packages(new_packages) # Load the ...
1572 sym Python (16184 sym/44 pcs) 5 img 2 tbl
Perez-Vasquez_Nicole_Homework3
Task 1 Based on the recoding of lrscale for “left” and “right” and omitting “moderates” (see Tutorial 4), and educ.ba from this tutorial, do the long form coding for Chi-Square. Using the steps outlined in the tutorial, first generate the tables of expected proportions and frequencies. Determine and interpret the critical value for ...
3002 sym Python (11182 sym/82 pcs) 2 img
DSF
rm(list=ls()) 一、資料整理 資料結構 library(psychometric) 先看資料樣態 pacman::p_load(TAM,psych) describe(dta) ## vars n mean sd median trimmed mad min max range skew kurtosis ## k1 1 655 1.00 0.82 1 0.88 0.00 0 3 3 1.05 1.03 ## k2 2 655 1.33 0.90 1 1.29 1.48 0 ...
542 sym 25 img
Sleep_EFA$CFA
一、資料整理 dta_sleep <- subset(dta,select=c(Sleep1,Sleep2,Sleep3,Sleep4,Sleep5)) head(dta_sleep) ## Sleep1 Sleep2 Sleep3 Sleep4 Sleep5 ## 1 1 2 0 1 2 ## 2 2 2 1 0 1 ## 3 1 0 2 1 1 ## 4 2 1 2 2 2 ## 5 1 1 0 1 1...
879 sym Python (8069 sym/21 pcs) 1 img
Project report
Abstract Background: Many studies have demonstrated that TC (total cholesterol), High-density lipoprotein (HDL), Low-density lipoprotein (LDL), and Triglyceride can affect violence in patients with schizophrenia, especially when cholesterol is low, violence is more serious. PURPOSE: It is hoped that the experimental group can restore cholesterol ...
3755 sym R (224715 sym/78 pcs) 21 img 5 tbl
Project
class: center, middle, inverse, title-slide # 精神分裂症暴力風險評估 ### Shang Chi Lee ### Department of Public Health, NCKU ### 2022-01-04 --- <style type="text/css"> /* custom.css */ .left-code { color: #777; width: 30%; height: 90%; float: left; } .pull-left { float: left; width: 47%; } .pull-right {...
14568 sym 2 tbl
simpop
R Markdown library("simPop") ## 載入需要的套件:lattice ## 載入需要的套件:vcd ## 載入需要的套件:grid ## Package simPop 1.2.1 has been loaded! ## Since simPop does explicit parallelization, ## the number of data.table threads is set to 1. 1-1 Input data set.seed(1234) data("eusilcS", package = "simPop") origData <-...
1021 sym R (14567 sym/78 pcs) 5 img
Co-living multifunctional community
class: center, middle, inverse, title-slide # Co-living multifunctional community ## For the over 65s ### Nicole ### EC7 ### 2021-12-23 --- <style type="text/css"> /* custom.css */ .left-code { color: #777; width: 30%; height: 100%; float: left; } .pull-left { float: left; width: 47%; } .pull-right { float: ri...
3201 sym