Skip to content

Conversation

@ericnovik
Copy link
Member

Fixed Stan files in ARM ch12, put in proper priors and fixed constraints on scale parameters.

@jgabry, please take a look.

data {
int<lower=0> N;
int<lower=0> N;
int<lower=1,upper=85> county[N];
Copy link
Member

@jgabry jgabry Jun 17, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ericnovik not a big deal, but might as well use J here too (and below) instead of 85 like you do in the others

@ericnovik
Copy link
Member Author

@jgabry I fixed the hard coded value (85 -> J)

@jgabry jgabry merged commit ec6d329 into stan-dev:master Jul 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants