Recently Published
Variability in Religiosity Within and Between Race Using Data from the GSS
TL;DR more variation in religiosity between than within the groups
CIA Factbook
Skript Dozent.
MTV: K-Means Clustering IKPS kab/kota tahun 2022
Penerapan pada data IKPS tahun 2022 di Provinsi Sulawesi Selatan
Case Study: Cyclist Analysis for 2023
This case study analyzes the cycling data for the year 2023, focusing on various aspects of ride patterns, lengths, and user behavior. The analysis is structured into several steps, each designed to handle different facets of the data processing and analysis pipeline.
Titanic Data Analysis
Titanic Exploratory Analysis
Cohorte Retrospectiva de Egresos Hospitalarios
> skew(ED3$`Edad Defuncion`)/sqrt(6/nrow(ED3))
[1] -5.676782
> kurtosi(ED3$`Edad Defuncion`)/sqrt(6/nrow(ED3))
[1] 0.7084349
> shapiro.test(ED3$`Edad Defuncion`)
Shapiro-Wilk normality test
data: ED3$`Edad Defuncion`
W = 0.94881, p-value = 2.953e-09
> ks.test(ED3$`Edad Defuncion`, "pnorm", mean(ED3$`Edad Defuncion`, na.rm=T), sd(ED3$`Edad Defuncion`,na.rm=T))
Asymptotic one-sample Kolmogorov-Smirnov test
data: ED3$`Edad Defuncion`
D = 0.10991, p-value = 0.0007235
alternative hypothesis: two-sided