This function extracts the fixed effects from a plm or a
plms object.
Usage
FE(x)
## S3 method for class 'plm':
FE(x)
## S3 method for class 'plms':
FE(x)
Arguments
x
an object of class "plms" or "plm"
Value
A numeric vector containing the fixed effects.
Details
The element FE of a plm object corresponding to a within
model is a numerical vector which length is the total number of
observations. This function returns a vector which length is the number
of individuals.