Learn R Programming

psborrow2 (version 0.0.4.0)

check_cmdstanr: Check Stan

Description

Check whether cmdstanr is available and prints version and logistic example.

Usage

check_cmdstanr(check_sampling = FALSE)

check_cmdstan()

Value

check_cmdstanr() prints results from checks.

check_cmdstan() returns TRUE if CmdStan seems to be installed, otherwise FALSE

Arguments

check_sampling

Compile and sample from the "logistic" example model.

Functions

  • check_cmdstan(): Check if the CmdStan command line tools are available.

Examples

Run this code
check_cmdstanr()

Run the code above in your browser using DataLab