Publications by Linh Nguyen

Document

17.12.2020

Here, we’re just setting a few options. knitr::opts_chunk$set( warning = TRUE, # show warnings during codebook generation message = TRUE, # show messages during codebook generation error = TRUE, # do not interrupt codebook generation in case of errors, # usually better for debugging echo = TRUE # show R code ) gg...

19458 sym R (15469 sym/24 pcs) 17 img

STAT 8051 - Codebook for project

14.12.2020

Metadata Description Dataset name: STAT 8051 Kaggle Competition Codebook - Group 4 Basic summary statistics and codebook, excluding ID variable, for the training dataset from the 2020 Travelers Modeling Competition - Predicting Claim Cost Metadata for search engines Date published: 2020-12-13 Creator: name value 1 Linh Nguyen x veh_value ...

4527 sym R (3542 sym/1 pcs) 10 img

SIBS 8282 - Results for class

08.12.2020

SET UP AND CLEANING DESCRIPTIVE PLOTS # DESCRIPTIVES ==== #random sample for plots sample = sample(data$ID, size = 100) sample <- data %>% filter(ID %in% c(sample)) sample <- reshape(sample, direction = "long", varying = list(c("age_1", "age_2", "age_3"), c("AC_1", "AC_2", "AC_3"), ...

246 sym R (58861 sym/87 pcs) 8 img

Codebook - SIBS 8282

30.11.2020

Metadata Description Dataset name: SIBS dataset for EPSY 8282 longitudinal personality project Select data from the Sibling Interaction and Behavior Study (Minnesota Center For Twin and Family Research https://mctfr.psych.umn.edu) to be used in the sibling personality change project Metadata for search engines Temporal Coverage: 1998 - 2020 Da...

142999 sym R (147 sym/3 pcs) 62 img

Document

15.12.2020

Metadata Description Dataset name: A short name for the data Longer description of the dataset Metadata for search engines Temporal Coverage: Timespan of data collection Date published: 2020-12-17 x usborn firstgen meim01 meim02 meim03 meim04 meim05 meim06 meim07 meim08 meim09 meim10 meim11 meim12 swl01 swl02 swl03 swl04 sw...

2593 sym 8 img 17 tbl

OC Culture Codebook

14.01.2021

Metadata Description Dataset name: OS Culture Codebook Codebook: Open science practices in ethnic minority and cultural psychology Metadata for search engines Temporal Coverage: Winter 2020 Date published: 2021-01-14 x age gender_f race_f continent career career_o lead culture politics c19stress group agree consci extra neuro ...

33715 sym 127 img 213 tbl

FYP Results - Latent Self-Other Factors

18.02.2021

Meta-data require(lavaan) require(tidyverse) require(semPlot) set.seed(202102) sessionInfo() ## R version 4.0.4 (2021-02-15) ## Platform: x86_64-w64-mingw32/x64 (64-bit) ## Running under: Windows 10 x64 (build 19041) ## ## Matrix products: default ## ## locale: ## [1] LC_COLLATE=English_United States.1252 ## [2] LC_CTYPE=English_Un...

1711 sym R (707349 sym/322 pcs) 44 img

Codebook - BFAS-SF Project SCORE data

30.03.2021

Metadata Description Dataset name: SCORE dataset for BFAS short-form project Select data from the SCORE dataset (Moin Syed) including Qualtrics and REP pool with complete BFAS. Excluded participant IDs and open-ended gender data. Metadata for search engines Temporal Coverage: 2020 Spatial Coverage: Online: Qualtrics and UMN REP pool Date publi...

58462 sym R (82798 sym/1 pcs) 171 img 502 tbl

Open Science in cultural/ethnic minority psychology - Quantitative results

23.03.2021

I. Meta-data require(rio) require(summarytools) require(likert) require(xtable) require(knitr) require(grid) require(gridExtra) require(sjPlot) require(multcomp) require(tidyverse) require(viridis) require(hrbrthemes) require(forcats) sessionInfo() ## R version 4.0.4 (2021-02-15) ## Platform: x86_64-w64-mingw32/x64 (64-bit) ## Runn...

4420 sym R (33296 sym/86 pcs) 60 img 16 tbl

Meta-analysis of Personality Traits and Emotional Variability

23.04.2021

Meta-Data require(tidyverse) require(rio) require(summarytools) require(psych) require(metafor) set.seed(202104) sessionInfo() ## R version 4.0.4 (2021-02-15) ## Platform: x86_64-w64-mingw32/x64 (64-bit) ## Running under: Windows 10 x64 (build 19041) ## ## Matrix products: default ## ## locale: ## [1] LC_COLLATE=English_United Stat...

1644 sym R (10101 sym/21 pcs) 3 img 7 tbl