Authors
KTJ 6
RDCRN DSC: Communication v. Generalized Seizures Latest
19.03.2022
Setup Load packages and clear the environment: rm(list=ls()) # Clear all variables library(tidyverse) # for general data analysis; includes ggplot2 and dplyr library(reshape2) # for reshaping functions: melt, dcast, etc. library(ggpubr)...
11323 sym R (14523 sym/44 pcs) 9 img
US Weather Events Analysis Latest
04.07.2020
Synopsis: The below data analysis inputs historical data containing details around severe weather events in the US from 1950 uptil November 2011. The data analysis will help analyse what events have caused most damage to property, human health so...
738 sym R (1816 sym/8 pcs) 2 img
Kuntal Bakuli 6
Document Latest
19.02.2021
Data Generation The following bunch of codes has been used to generate the overall data, data for the Subsection 2.3 and Section 3 is also generated. # Fixing the values of the system parametrs lambda=1.5;mu=.4;b=5 # Generating data using...
814 sym R (7848 sym/25 pcs) 6 img
Kurnia Rahmi 6
Exploratory Data Analysis Latest
21.07.2020
1 Dataset Spotify Pada artikel ini, kita akan melakukan analisis eksploratif pada dataset Spotify. Spotify Merupakan dataset yang berisikan daftar lagu dan fitur audio dari band/penyanyi ternama dunia, antara lain: Queens, Maroon 5, dan Jason...
5243 sym R (7659 sym/39 pcs) 11 img 4 tbl
Ekaterina Kuznetsova (19239071) 6
Document Latest
30.09.2022
Task 1 mydata <- read.table("~/Bootcamp R/R studio/GHSH_Pooled_Data1.csv", header = TRUE, sep = ",", dec = ".") head(mydata) ## Country Year Age.Group Sex...
4180 sym 6 img
Kaitlyn Vallo 6
Vallo Week 6 Lab 4 Latest
04.10.2021
In the needle_sharing dataset, I kept the outcome of # of times a drug user shared a syringe in the past month (‘shared_syr’) and changed the predictors to sex, age, and depression diagnosis. Depression (dprsn_dx) was recoded with 2 levels, 1...
2303 sym R (11251 sym/24 pcs) 4 img
Tatyana Nikiforova, Kulbertinova Kseniia, Petrov Igor 6
OLS Latest
20.04.2023
datach=read_excel('F00011095-WVS_Wave_7_Ukraine_Excel_v2.0.xlsx') head(datach) ## # A tibble: 6 × 416 ## `version: Version of Data…` `doi: Digital …` `A_YEAR: Year …` `B_COUNTRY: IS…` ## <chr> <chr>...
9267 sym R (11789 sym/53 pcs) 13 img 3 tbl
Y. Kong 6
practice experiment Latest
09.09.2021
Students must abide by UVic academic regulations and observe standards of scholarly integrity (i.e. no plagiarism or cheating). Therefore, this assignment must be taken individually and not with a friend, classmate, or group. You are also...
4816 sym 2 img 1 tbl
Kylie Wise 6
Women in Data Science Latest
20.09.2021
Article published: November 18, 2020 Summary of Article The article discusses the data science industry and addresses why there are not more women in data science. The author talks about how females and males are conditioned differently growing...
2425 sym 4 img 2 tbl