Jacob Long
Jacob Long
Hi @Maddocent, could you share which example code is giving you an error?
Suggestions are welcome. Hopefully soon I'll better document to outsiders how to make a `summ` method, but it's been pretty ad hoc to this point.
I will look into that, @some-r-user. I had in the past looked into `nlme` support in particular and can't recall right now why I ended up not going forward with...
Hi, I'm having trouble replicating the issue. Here's what I'm doing, so maybe I'm just misunderstanding some aspect of your problem. ```r library(ggplot2) library(jtools) lfit_poly
I was thinking it wouldn't have any NA in this scenario. Do you have a [reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example)?
Well I am going to fix the thing that gives the error seen here, but that unfortunately does not get us plotted predictions. As best as I can tell, the...
Thank you @tappek for letting me know! I'll give some thought to the best way to implement.
This may be a separate issue, but I cannot install rtvs-daemon in WSL (Ubuntu Bionic). Here's what appears to be the main problem: ``` dpkg: dependency problems prevent configuration of...
I've changed the title of this issue to reflect Earo's suggestion to me that `panel_data` be replaced by `tsibble`. Hopefully the new issue title will attract some attention from others...
As I think and poke around further, to me the main problem is that subclasses created by `new_tsibble()` are not retained when used in tidyverse functions. There are two other,...