panelr
panelr copied to clipboard
Regression models and utilities for repeated measures and panel data
Dear Jacob, First, thank you for creating this package (and `jtools` as well!!!). Your work is fantastic! I am currently trying to use the `effect_plot` function from `jtools` in `panelr`...
I quite agree that `longen_panel` or `lengthen_panel` doesn't seem like a function's name. The accurate verb, as oppose to "widen", is actually "elongate". So, maybe use `elongate_panel` as an alias...
Hello, I'm working with multi-level data, and something strange is happening with one variable when I use long_panel(). Here is my code: caps.long
It is convenient to build and estimate a within-between model with panelr package. however, it is not easy to make a plot to show cross-level interaction effects after the estimation...
Hi, thanks for this great package. Trying the wbm_stan I encountered a compilation error. **I'm working on this machine/R version** `platform x86_64-pc-linux-gnu arch x86_64 os linux-gnu system x86_64, linux-gnu status...
Thank you very much for this great package. A colleague of mine seems to be running into problems with the predict() function and I am not sure whether this may...
Hi, When running the WBM, inputting either ns or bs from base R leads to the following dplyr error: Error: Problem with `mutate()` input `bs(age, df = 6)`. x Input...
Hi there, Since **tibble** updated I'll need to do an update to **pmdplyr** soon. Right now I have **panelr** in the Suggests, so `pmdplyr::panel_convert()` can convert to/from `panel_data` objects. But...
I have a numeric wave identifier. I create a panel_data object, and then pass the panel_data object to the wbm() function for estimation, using use.wave = T and wave.factor =...
Is is possible to run single regressions of each of the panel members (i.e. for each ID) for _unbalanced_ panels? Many thanks.