sports
2021-01-07
1 / 1
data-analysis
Heart_rate_data_analysis1
Kazu Nozue
/
2021-01-01
library(XML) library(tidyverse) library(lubridate) library(scales) library(ggthemes) Reading downloaded health data from an Apple watch. path="/Volumes/data_personal/Kazu_blog/resources" #zip <- paste(path, 'export_Mana_101320.zip', sep = '/') zip <- paste(path, …
data-analysis
Evaluation of team rank prediction in sports league by sum of residuals
Kazu Nozue
/
2019-12-29
J1_2019_pred_results<-read_csv(file.path("2019-12-29-evaluation-of-team-rank-prediction-in-sports-league-by-sum-of-residuals_files","日刊スポーツ・サッカー担当の19年J1順位予想と結果.csv")) ## Parsed with column specification: ## cols( ## rank = col_double(), ## Hamamoto = col_character(), ## No = …
data-analysis
Interactive app for time-course data of your kids' meet scores
Kazu Nozue
/
2018-11-06
Shiny package in R language can create a fantastic application in interactive mode using a browser (for free!). In an example below, you can download data file for four years of figure records in US junior olympics of synchronized swimming (public available data from USA synchro web site, compiled …