統計学とモデリングの勉強に使用したテキスト less than 1 minute read 統計学 & モデリング ベイズ統計学を勉強する参考書のフロー (慶應義塾大学・株式会社Nospare 菅澤先生) 統計学入門 データ分析に必須の知識・考え方 統計学入門 公式と例題で学ぶ数学の基礎 公式と例題で学ぶ統計学の基礎 統計学入門 東京大学出版 統計学 (中級~) データ解析のための数理統計入門 標準ベイズ統計学 現代数理統計学の基礎 ベイズデータ解析 統計モデリング & R言語プログラミング データ解析のための統計モデリング入門 RとStanではじめるベイズ統計モデリングによるデータ分析入門 StanとRでベイズ統計モデリング Rによる機械学習 Rではじめる地理空間データの統計解析入門 その他 欠測データ処理 効果検証入門 統計的因果推論の理論と実装 Share on X Facebook LinkedIn Bluesky Previous Next
Bayesian modeling (R code) 1 minute read Baysian modeling and time-series analysis Rstan 管理者権限でアクセスしているか確認する。 R4.3.2でRstanが動かなくなった→R4.2.3にすることで動いた。 StanはNAを取り扱えないから、あらかじめ除去しておく。 R code #並...
Generalized linear model (R code) 2 minute read R packages car Mass lme4 (liner mixed model) 1.Linear regression model Linear relationship of coefficients Normality of residuals (Shapilo wilk...
Statistical test & epidemiological study designs (R code) less than 1 minute read Data overview #Histogram ggplot(data, aes(x = values)) + geom_histogram(binwidth = 0.5, fill = "blue", color = "black", aes(y = ..density..)) + geom_dens...
Data visualization 3 minute read Memo github_Hiroki Ando Visualization ggplot2 gganimate ggblend ggnewscale Basic function guide book plot shape theme (title, axis, legend...