Adam Altmejd
Adam Altmejd
Was just going to ask about this. I guess its not possible for the completion menu to go up instead of down? Lots of valuable screen space lost otherwise. (otherwise...
Thanks! That sounds like a lot of work. I can survive without the menu on a small screen :)
Agreed.
Only thing that worked for me was building R from source (with homebrew) to ensure its M1 native and not through Rosetta.
Thanks and you very right but I but don't understand what you are after? I mean its obviously not true that the graphs are "finished" after 4 days. Blue and...
Ohh, I see. Thats an interesting idea! And then just adding the deaths added during weekends to the closest (lower?) workday-group?
Yes most def! I've been planning to add it for a week, just havent had the time... :)
Very nice!
No this is really interesting. And since I'm planning to make a plot like yours its gonna be helpful too :)
Now I'm using the following to extract the dep var: ``` > sapply(fit3, function(x) all.vars(x$fml)[1]) [1] "y" "y2" "y" "y2" "y" "y2" ```