Description Usage Arguments Examples
panelr
provides methods to access wbgee
data in a tidy format
1 2 3 4 5 6 7 8 |
x |
A |
conf.int |
Logical indicating whether or not to include a confidence
interval in the tidied output. Defaults to |
conf.level |
The confidence level to use for the confidence interval if
|
... |
Ignored |
1 2 3 4 5 6 | data("WageData")
wages <- panel_data(WageData, id = id, wave = t)
model <- wbgee(lwage ~ lag(union) + wks, data = wages)
if (requireNamespace("generics")) {
generics::tidy(model)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.