Rstan und brms installieren

rstan brms

Eine Anleitung zur Installation der rstan und brms R packages.

true
03-02-2021

Für das Beispiel am Ende der 2. Sitzung brauchen sie rstan und brms. Bevor Sie diese installieren, sollten sie einen C++ Compiler installieren. Die Anleitungen für Windows, MacOS und Linux finden Sie hier: https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started#configuring-c-toolchain.

Wenn Sie Hilfen benötigen, bitte im #troubleshooting Stream in Zulip fragen.

Wenn Sie die C++ Toolchain installiert haben, können Sie rstan und brms installieren:

install.packages("rstan", repos = "https://cloud.r-project.org/", dependencies = TRUE)
install.packages("brms")

Corrections

If you see mistakes or want to suggest changes, please create an issue on the source repository.

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY 4.0. Source code is available at https://github.com/kogpsy/neuroscicomplab, unless otherwise noted. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".

Citation

For attribution, please cite this work as

Ellis (2021, March 2). neuroscicomplab: Rstan und brms installieren. Retrieved from https://kogpsy.github.io/neuroscicomplab/posts/2021-03-02-install-rstan/

BibTeX citation

@misc{ellis2021rstan,
  author = {Ellis, Andrew},
  title = {neuroscicomplab: Rstan und brms installieren},
  url = {https://kogpsy.github.io/neuroscicomplab/posts/2021-03-02-install-rstan/},
  year = {2021}
}