fixedeffects: Extracting Fixed Effects
Description
Extracting Fixed Effects
Usage
fixedeffects(model, ...)# S3 method for 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
Run this codedata("ex1_dahlberg_data")
fixedeffects(ex1_dahlberg_data)
Run the code above in your browser using DataLab