Florian Oswald

Results 70 issues of Florian Oswald

* example of ggplot not great because it maps same var onto color as onto facets ``` g + facet_wrap(~ continent) ```

thanks for this cool little package. I have a feature request/question. In discrete choice models ([for example in this paper equation 14](https://onlinelibrary.wiley.com/doi/epdf/10.3982/QE643) ) we often have a _smoothed_ version of...

hi i'd be great for me to be able to collect logs from different parallel processes. i'd like to avoid having to setup a LumberMill on each process, so is...

I'd like to modify what gets logged onto the console, not sure you want this to be possible at all. anyway, here is what I did: ``` julia> using Lumberjack...

I have a strange issue for some of my students: they can't see the code boxes in my tutorials. Here's a thread https://community.rstudio.com/t/learnr-tutorial-shows-only-output-not-input-code-box/14557 The sessionInfo of one of my students...

* tested that solution is the same * performance seems very variable and I haven't understood properly why * it seems threading works best with not too many shared recources...

* simple extension fo `FModel`: add a bequest function * also add to `GModel` and `BModel` ## task * change `v_analytic` for last period plotting * change `m.v` in last...

## Setup * a spending shock is a an iid shock that destroys `x` dollars of liquid asset. * very important to generate bankruptcies (cue *medical spending* in the US)...

* need to add more nests of discrete choices. * so, need a way to add those - does not have to be general (ok to say there are `nD`...