Articles
English
BayesRTMB の英語記事です。
- Introduction to BayesRTMB
An overview of the concepts, basic usage, and main inference methods in BayesRTMB.
- BayesRTMB Quick Start
An introduction to using BayesRTMB through examples of binomial, regression, and hierarchical models.
- Wrapper Functions
A guide on how to use the convenient wrapper functions available in BayesRTMB (e.g., rtmb_lm, rtmb_glmer, rtmb_ttest).
- Writing Model Codes
A guide on how to write model codes in BayesRTMB.
日本語
BayesRTMB の概要と使い方をまとめた記事です。
- BayesRTMB の概要
BayesRTMB の考え方、基本的な使い方、主要な推論法の流れを紹介します。
- BayesRTMB クイックスタート
BayesRTMB の基本的な使い方を、二項モデル、回帰モデル、階層モデルの例を通してパッケージの使い方を紹介します。
- ラッパー関数の使い方
BayesRTMB に用意されている便利なラッパー関数(rtmb_lm, rtmb_glmer, rtmb_ttest など)の使い方を解説します。
- コードの書き方
model codeの書き方について解説します
- RTMBの仕組みと推定のアルゴリズム