| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Hi Falk
Very nice addition.
I checked the Dutch version. I will assume the same comments apply for the English version.
General remarks:
Sorry, something went wrong.
| Het relatieve gebruiksgemak gaat echter ten koste van de flexibiliteit en in zekere mate de leesbaarheid. | ||
|
|
||
| Stan en `rstan` daarentegen leunen meer op de wiskundige formulering van modellen. | ||
| Elk aspect van het model moet expliciet worden ingesteld, wat een voordeel kan zijn (bijvoorbeeld als u te maken hebt met niet-standaard use cases) of een nadeel (bijvoorbeeld als u modellen op niet-optionele manieren beveiligt). |
There was a problem hiding this comment.
wat bedoel je met "een model beveiligen"?
Sorry, something went wrong.
There was a problem hiding this comment.
This was a translation fault of a faulty English sentence, which on top of that I overlooked in proofreading. My apologies! It is corrected.
Sorry, something went wrong.
|
|
||
| Sampling doet vrijwel hetzelfde als hierboven, want in de kern is `brms` gewoon `stan`. | ||
|
|
||
| ```{r stan_sampling} |
There was a problem hiding this comment.
Ik zou hier ook zelf een burn-in gebruiken zoals we in de brms-voorbeelden hebben gedaan. Dan is het nog meer gelijkaardig als hierboven.
Sorry, something went wrong.
There was a problem hiding this comment.
Thank you for pointing this out, @wlangera !
I briefly asked @hansvancalster and googled "burn-in tuning warmup Bayesian stats". There is a to-the-point discussion here. My notion of changing came from the fact that we don't physically "burn" or "burn in" anything; thus I was surprised that apparently the term was considered appropriate for some MCMC algorithms. "Tuning", my actual favorite 🤘, is reserved for a certain sub-part of the warm-up phase (Merci, Hans!).
Anyways, the experts seem to prefer "warm-up", and if you agree and confirm, I will in turn adjust this throughout the tutorial.
Sorry, something went wrong.
There was a problem hiding this comment.
Ok that sounds good. Thanks
Sorry, something went wrong.
|
From looking at the content/tutorials/r_brms/index.md file, I think that the html's should be rendered locally and commited to the repo in this folder. |
Sorry, something went wrong.
Co-authored-by: Ward Langeraert <60934857+wlangera@users.noreply.github.com>
Co-authored-by: Ward Langeraert <60934857+wlangera@users.noreply.github.com>
Co-authored-by: Ward Langeraert <60934857+wlangera@users.noreply.github.com>
Co-authored-by: Ward Langeraert <60934857+wlangera@users.noreply.github.com>
Co-authored-by: Ward Langeraert <60934857+wlangera@users.noreply.github.com>
Thanks, I will try that, and we see where checks lead us. |
Sorry, something went wrong.
Good point; I was thinking about git / data redundancy.
|
Sorry, something went wrong.
I would put it in the base folder of your tutorial: content/tutorials/r_brms/ or equally fine in a subfolder of that: content/tutorials/r_brms/<subfolder>. The name for the <subfolder> perhaps model, model_files, stan, stan_files or ...? |
Sorry, something went wrong.
|
I incorporated the change suggestions and re-knitted the html reports. This also yielded two image-related issues, here and here.
Thank you for re-checking and publishing! |
Sorry, something went wrong.
There was a problem hiding this comment.
Hi Falk, I have send you the images via mail.
Thanks for the changes
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
This PR adds an example of rstan usage with a raw Stan model to the existing brms tutorial.
I also rearranged that tutorial a bit (separate section for data).
I was able to test the Rmd code, all runs as intended. However, I did not knit or publish any of this to html, the structure and publication procedure of this repo seem too sophisticated for me (though great that it is based on hugo ssg!). I hope it will not crash GHA.
Thank you in advance for review and suggestions!
Task list