stan-dev / example-models

Example models for Stan
http://mc-stan.org/
766 stars 478 forks source link

ARM model data file names should match model name #130

Open mitzimorris opened 6 years ago

mitzimorris commented 6 years ago

most ARM model files have corresponding data.R files, but not all - e.g. model ARM/Ch.3/kidiq_validation.stan has 2 data files:

these should be renamed so that initial name matches model name, e.g. kidiq_validation_pre1987.data.R, etc.

mitzimorris commented 6 years ago

README: ARM Ch.25 "1. earnings data [NO FILE INCLUDED BECAUSE OF NAs--NEED TO USE R TO ACCESS]"

bob-carpenter commented 6 years ago

We can code missing data in Stan---see the manual chapter. It's not trivial, but it's also not impossible.

On Apr 13, 2018, at 2:49 PM, Mitzi Morris notifications@github.com wrote:

README: ARM Ch.25 "1. earnings data [NO FILE INCLUDED BECAUSE OF NAs--NEED TO USE R TO ACCESS]"

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

mitzimorris commented 6 years ago

made copies of existing data files w/ names that matches model it matches. the following models don't seem to have data:

ARM/Ch.17/multilevel_poisson_17.5.stan  - (traffic stop data?)
ARM/Ch.17/multilevel_ordered_categorical_17.6.stan 
ARM/Ch.21/finite_populations.stan
ARM/Ch.21/multiple_comparison.stan
ARM/Ch.19/item_response.stan
ARM/Ch.25/earnings2.stan
ARM/Ch.25/earnings_pt2.stan
ARM/Ch.25/earnings.stan
ARM/Ch.25/earnings_pt1.stan