Publications by Anonymous
SQL Murder Mystery Walkthrough
SQL Murder Mystery You vaguely remember that the crime was a murder that occurred sometime on Jan.15, 2018, and that it took place in SQL City. This introduction gives us some clues: Murder On Jan.15, 2018 SQL City It is also given that the database is organized in the following schema: Using the query: SELECT * FROM crime_scene_report ...
2524 sym 1 img 5 tbl
bellabeat-data-analysis
Business Task The primary objective of this analysis is to explore the relationship between Bellabeat users and their usage of Bellabeat products. We aim to define user groups based on their habits and create usage scenarios for each group. By addressing the following questions, we will gain insights to inform Bellabeat’s marketing strategy a...
11397 sym 6 img
Storm Damage Analysis from the NOAA storm database
Synopsis This report explores damages incurred by weather phenomena based on the National Oceanic and Atmospheric Administration storm assessment database. Two specific questions that are examined are which types of events caused the most harm to the public, and which types of events caused the greatest economic impact. The relevant variables are e...
7489 sym R (10088 sym/58 pcs) 2 img
Reproducible Research Week 4 Project 2
Synopsis This project involves exploring NOAA storm database to answer two questions concerning population and economic harm from storm events.The analysis involves resolving missing data and data requiring data conversions to determine those storm events causing the greatest population and economic harm. Calculations are made for population ha...
7430 sym R (5272 sym/35 pcs) 3 img 4 tbl
Minh TBS and BMD
#Chuẩn bị #Load packages library(tidyverse); library(dplyr); library(ggplot2); library(ggthemes); library(table1); library(magrittr); library(BMA); library(forcats) library(psych); library(compareGroups); library(nortest); library(coin); library(gmodels); library(epiR); library(psych); library(forestplot); library(explor); library(car); libr...
797 sym R (38853 sym/89 pcs) 27 img
Manuscript Plots
Cross-Sectional Plots Here one can see the cross-sectional effects of phonological awareness and morphological awareness on kanji. Notice that in the case of phonological awareness, the effect is fairly weak and invariant across quantiles. However, one can see that the relationship is quite dynamic for morphological awareness. For poor readers...
2466 sym
Do Minh Quan 1
#1. CHUẨN BỊ ##Load packages library(tidyverse); library(dplyr); library(ggplot2); library(ggthemes); library(table1); library(magrittr); library(BMA); library(forcats) library(psych); library(compareGroups); library(nortest); library(coin); library(gmodels); library(epiR); library(psych); library(forestplot); library(gplots); library(explor...
538 sym R (43888 sym/78 pcs) 5 img
Phân tích số liệu cuối
#Load packages library(tidyverse); library(dplyr); library(ggplot2); library(ggthemes); library(table1); library(magrittr); library(BMA); library(forcats) library(psych); library(compareGroups); library(nortest); library(coin); library(gmodels); library(epiR); library(psych); library(forestplot); library(ggpubr) library(explor); library(car); l...
1039 sym R (187733 sym/93 pcs) 16 img
ForestPlot
library(grid) library(forestploter) ## Warning: package 'forestploter' was built under R version 4.2.1 load("~/forestplot.rda") attach(forestplot) dt <- forestplot dt <- dt[,1:6] dt$Subgroup <- ifelse(is.na(dt$HCCH), dt$Subgroup, paste0(" ", dt$Subgroup)) dt$HCCH <- ifelse(is.na(dt$HCCH), "",...
9 sym R (1860 sym/5 pcs) 1 img