rstan Questions

3

Solved

I am using the great plotting library bayesplot to visualize posterior probability intervals from models I am estimating with rstanarm. I want to graphically compare draws from different models by ...
Sprout asked 18/10, 2018 at 13:54

5

Solved

while installing rstan getting following error: Error in .shlib_internal(args) : C++14 standard requested but CXX14 is not defined from research got to know that C++14 compiler should be availa...
Mingy asked 30/11, 2018 at 6:8

2

Solved

What is the proper way to format a categorical predictor to use in STAN? I cannot seem to input a categorical predictor as a normal factor variable, so what is the quickest way to transform a norma...
Underlet asked 21/3, 2015 at 13:59

1

Solved

I'm developing a Bayesian regression model through rstanarm that combines multinomial, binomial, and scale predictors on a scale dependent variable. As a regular model, my model would look as it do...
Linguini asked 4/4, 2019 at 18:20

0

I want to incorporate weights into the likelihood of a WINBUGS model to do what brms does with weights. The usual BUGS approaches to accomplish that for dnorm and dpois are not working for dbin. ...
Morris asked 27/12, 2018 at 18:48

2

Solved

I would like to get the estimated coefficients of a model using rstan in an rnotebook I have the following stan chunk: ```{stan output.var="rats"} data { int<lower=0> N; int<lower=0&gt...
Pricecutting asked 3/2, 2018 at 1:14

1

I am using maximum-likelihood optimization in Stan, but unfortunately the optimizing() function doesn't report standard errors: > MLb4c <- optimizing(get_stanmodel(fitb4c), data = win.data, ...
Heartbreaker asked 29/11, 2014 at 12:45
1

© 2022 - 2024 — McMap. All rights reserved.