Compatibility wrapper around panel990::panel_impute().
Usage
panel_impute(
df,
panel_types = NULL,
types = "persistent",
max_gap_size = Inf,
max_gap_count = Inf,
vars = NULL,
time = "TAX_YEAR",
id = "EIN2",
as_integers = FALSE
)Arguments
- df
Panel data frame.
- panel_types
Optional panel classification.
- types
Eligible panel boundary types (default
"persistent").- max_gap_size
Maximum single gap length.
- max_gap_count
Maximum gaps per organization.
- vars
Numeric fields to fill.
- time
Panel-time column.
- id
Panel-ID column.
- as_integers
Round integer field imputations.