Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for panelr::asym() #607

Open
strengejacke opened this issue Aug 7, 2022 · 1 comment
Open

Support for panelr::asym() #607

strengejacke opened this issue Aug 7, 2022 · 1 comment
Labels
new models 👽 Suggestion for supporting new models

Comments

@strengejacke
Copy link
Member

library(panelr)

data("teen_poverty")
teen <- long_panel(teen_poverty, begin = 1, end = 5)
model <- asym(hours ~ lag(pov) + spouse, data = teen, use.wave=T)

summary(model)
class(model)
@strengejacke strengejacke added the new models 👽 Suggestion for supporting new models label Aug 7, 2022
@IndrajeetPatil
Copy link
Member

cc @jacob-long

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new models 👽 Suggestion for supporting new models
Projects
None yet
Development

No branches or pull requests

2 participants