Install CmdStan for R in Windows

Assuming that Rtools is already installed, these are the steps to install cmdstanr from RStudio in Windows 10: install.packages(«devtools») devtools::install_github(«stan-dev/cmdstanr») library(cmdstanr) This is cmdstanr version 0.5.3 – CmdStanR documentation and vignettes: mc-stan.org/cmdstanr – CmdStan path: C:/Users/tonis/Documents/.cmdstan/cmdstan-2.30.0 – CmdStan version: 2.30.0 A newer version of CmdStan is available. See ?install_cmdstan() to install it. To disable this …

Continue reading ‘Install CmdStan for R in Windows’ »

DAGitty — draw and analyze causal diagrams

Visit this site to create causal diagrams online or in R. DAGitty is a browser-based environment for creating, editing, and analyzing causal diagrams (also known as directed acyclic graphs or causal Bayesian networks). The focus is on the use of causal diagrams for minimizing bias in empirical studies in epidemiology and other disciplines. For background …

Continue reading ‘DAGitty — draw and analyze causal diagrams’ »