Description Usage Arguments Details Value See Also Examples
Extract the fixed regression coefficient estimates of a model fitted using a model fitting function plmm
or wplmm
. coefficients
is an alias.
1 2 3 4 5 6 7 8 | ## S3 method for class 'plmm'
coef(object,...)
## S3 method for class 'wplmm'
coef(object,...)
## S3 method for class 'plmm'
coefficients(object,...)
## S3 method for class 'wplmm'
coefficients(object,...)
|
object |
a model fitted with |
... |
other arguments. |
When the object
is of the ‘plmm’ class, the estimates from the final iteration are returned unless the model was fitted without iteration. The returned value coef.iter
of a ‘plmm’ class object contains all the estimates computed in the iterations.
Fixed regression coefficients estimates.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.