Publications by User

Stringr Basic_Datacamp_<2>_220912

12.09.2022

library('tidyverse') ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3.1.6 ✓ dplyr 1.0.7 ## ✓ tidyr 1.1.4 ✓ stringr 1.4.0 ## ✓ readr 2.1.1 ✓...

232 sym R (6232 sym/58 pcs)

Text Analysis Example _ US President speeches

21.09.2022

# ASOC708, CODING CHALLENGE 5 # Author: Heeyoung # Date: 20220921 ### PART 1: LOADING THE DATA ### # Load the tidyverse and lubridate packages library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.5 v purrr 0.3.4 ## v tibble 3.1.6 v dplyr 1.0.7 ## v tidyr ...

27 sym R (9836 sym/23 pcs) 1 img

DAD_TVEM_only drink_220929

30.09.2022

getwd() ## [1] "/Users/idlhy/Library/CloudStorage/OneDrive-개인/R FILE" setwd("/Users/idlhy/Library/CloudStorage/OneDrive-개인/바탕 화면/Research/Puberty Delinquency(HRB)") library(tidyverse) ## ── Attaching packages ────────────────────────────────────�...

35 sym R (15553 sym/19 pcs) 13 img

Supermarket_sales_analysis

02.10.2022

#1.ASK #1.0 Business task #.The average sales amount and the number of sales at each branch #.The average unit price for each product line #.Do branches make more sale on a specific day of the week #.distribution of average sales amount by gender #.distribution of average sales amount by gender per branch #which is the most popular produc...

50 sym R (14826 sym/41 pcs) 6 img

Basic statistical test: frequency, chi, t, anova

18.10.2022

references general general general gtsummary janitor janitor dlookr library(tidyverse) library(dlookr) library(palmerpenguins) library(janitor) library(gtsummary) library(rstatix) library(multcomp) data diagnose data <- janitor::clean_names(penguins) glimpse(data) ## Rows: 344 ## Columns: 8 ## $ species <fct> Adelie, Adelie, Ade...

722 sym R (9698 sym/37 pcs) 7 tbl

GOGLE CAPSTONE PROJECT-BICYCLE TRIPS

29.10.2022

#1.ASK #1.0 Business task #(a).How do annual members and casual riders use Cyclistic bikes differently? #(b).Why would casual riders buy Cyclistic annual memberships? #(c).How can Cyclistic use digital media to influence casual riders to become members? #1.1 Stakeholders #stakeholders include the following #director of marketing #cyclisti...

92 sym R (29036 sym/87 pcs) 2 img

Maturity Gap_TVEM_221109

10.11.2022

library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✔ ggplot2 3.3.5 ✔ purrr 0.3.4 ## ✔ tibble 3.1.6 ✔ dplyr 1.0.10 ## ✔ tidyr 1.1.4 ✔ stringr 1.4.0 ## ✔ readr 2.1.1 ...

481 sym R (44332 sym/152 pcs) 31 img

police data_221117

17.11.2022

...

4 sym 2 img

PCA using Plink in R

27.01.2021

...

7 sym 2 img

PCA using Goat Genomic data with Plink and R

29.01.2021

# PCA demo # Clear workspace rm(list = ls()) # Set working directory setwd("J:/2021_Genomics_Boot_Camp/Goat_Genomics_data") # Change binary genotype to ped+map format system("plink --bfile ADAPTmap_genotypeTOP_20160222_full --cow --nonfounders --allow-no-sex --recode --out ADAPTmap_TOP") ## [1] 0 # Run PLINK QC system("plink --bfile ADAPT...

19 sym R (2494 sym/12 pcs) 1 img