search for: stan_model

Displaying 2 results from an estimated 2 matches for "stan_model".

Did you mean: sta_mode
2020 Oct 25
2
Ubuntu 20.10
Hi Dirk, I didn't capture the output but using Focal I got an error with RcppParallel trying to open a file that wasn't found, and plotly::ggplot() would not render a ggplot graph. 20.10 is working well for me otherwise. Frank http://fharrell.com http://biostat.mc.vanderbilt.edu/FrankHarrell Twitter: @f2harrell ---- On Sun, 25 Oct 2020 11:52:43 -0500
2020 Oct 26
2
Ubuntu 20.10
...n't need to add the repo any more. Here is a reproducible example that fails with the latest r-cran-rcppparallel but works when I manually install the source package: require(rstan) stancode <- 'data {real y_mean;} parameters {real y;} model {y ~ normal(y_mean,1);}' mod <- stan_model(model_code = stancode, verbose = TRUE) TRANSLATING MODEL '16a540c6086086816528e4524def24d9' FROM Stan CODE TO C++ CODE NOW. successful in parsing the Stan model '16a540c6086086816528e4524def24d9'. COMPILING THE C++ CODE FOR MODEL '16a540c6086086816528e4524def24d9' NOW....