diff --git a/README.md b/README.md index 4aaf048..155a398 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pythonプログラマが30分でわかるR -Copyright (c) 2021 Zettsu Tatsuya +Copyright (c) 2021-2022 Zettsu Tatsuya Pythonで機械学習や統計的分析をするプログラマが、Rを使うために最低限必要なことをまとめました。 diff --git a/stan_example.Rmd b/stan_example.Rmd index 04c7f90..4b2cb98 100644 --- a/stan_example.Rmd +++ b/stan_example.Rmd @@ -52,7 +52,7 @@ library(posterior) library(bayesplot) ``` -### Stanをインストールする。 +### Stanをインストールする Dockerイメージを作成するときに、下記を実行してrstudioユーザ権限でStanをインストールした。下記ではコメントアウトしたが、# を外して 本 R Markdown ファイルをknitすると cmdstan をインストールする。