NagoyaStat #12 で使用した資料です(公開に当たって当日ホワイトボードに書いた内容等を補完したものになります)。
「StanとRでベイズ統計モデリング」の第9章前半になります。
第9章のテーマは行列やベクトルを使った演算の高速化です。
---
The title of textbook is "Bayesian statistical modeling with Stan and R", and that of Chapter 9 in textbook is "advanced grammar" in English.
NagoyaStat #12 で使用した資料です(公開に当たって当日ホワイトボードに書いた内容等を補完したものになります)。
「StanとRでベイズ統計モデリング」の第9章前半になります。
第9章のテーマは行列やベクトルを使った演算の高速化です。
---
The title of textbook is "Bayesian statistical modeling with Stan and R", and that of Chapter 9 in textbook is "advanced grammar" in English.
Trading volume mapping R in recent environment Nagi Teramo
This document discusses visualizing trading volume data using R. It includes:
1. Loading and manipulating trading volume data from 2012 using data.table and dplyr packages to summarize the monthly total trading amount by country.
2. Creating an interactive choropleth map visualization of the monthly trading data over time using the rMaps package. Custom HTML and JavaScript are used to animate the map updating each month.
3. Providing the full codes in a GitHub repository for others to reproduce the analysis and visualization.