Jacob Long

Results 60 comments of Jacob Long

Thanks for engaging on this, Earo. I'm still thinking that subclassing is the likely route I would want to go. Although I was previously talking about some of the things...

`vctrs` may hold the answer here. As @earowang mentioned in tidyverts/tsibble#55, if each column besides the identifier and time indicator(s) is a `vec_ts` object or some such, it can respect...

Thanks for reporting this. The short version is that it was expecting a `panel_data` object, but I don't think it should (implicitly) require it. I've made some fixes that should...

At this point, the version I'm going to submit to CRAN in the coming days addresses the problem of requiring the DV to be part of `newdata`. As you noted,...

I sheepishly confess that I have rarely used these packages. Here is my try at setting a value label using `sjlabelled` on a `panel_data` object. ```r library(panelr) library(sjlabelled) data("WageData") wages

Okay, this is partly fixed at least in the very limited example I used. ```r library(panelr) library(sjlabelled) data("WageData") wages

I should also add that the desired behavior is less clear for time-varying variables since they end up being transformed (usually).

> > > I'm happy to see a package that tries to bring sanity to working with panel data with R. > > I come from Stata, where panel data...

Thank you for reporting this. The way I'm doing the data transformations, I'm not surprised that this fails because I didn't take this sort of usage into consideration. I should...

Yes, I plan to resubmit in the next few days or sooner. It was indeed `clubSandwich`'s removal from CRAN that has twice led to `panelr` being archived.