fixedeffects {panelvar} | R Documentation |
Extracting Fixed Effects
Description
Extracting Fixed Effects
Usage
fixedeffects(model, ...)
## S3 method for class 'pvargmm'
fixedeffects(model, Only_Non_NA_rows = TRUE, ...)
Arguments
model |
Model |
... |
Further arguments passed to or from other methods |
Only_Non_NA_rows |
Filter NA rows |
Examples
data("ex1_dahlberg_data")
fixedeffects(ex1_dahlberg_data)
[Package panelvar version 0.5.5 Index]