Skip to contents

augment() is intentionally not provided for twfeCovs() objects (#58): the fit's coefficient vector lives in a reduced cohort-level basis that the shared fitted-value path (X %*% beta_hat) does not match, so a meaningful .fitted / .resid cannot be reconstructed. Use tidy.twfeCovs(), glance.twfeCovs(), or summary() instead. Calling this method always raises an error.

Usage

# S3 method for class 'twfeCovs'
augment(x, data, ...)

Arguments

x

An object of class "twfeCovs".

data

Ignored.

...

Ignored.

Value

(none; raises an error).