# NOT RUN {
# simple estimation on iris data, using "Species" fixed-effects
res = femlm(Sepal.Length ~ Sepal.Width + Petal.Length +
Petal.Width | Species, iris)
# formula with the fixed-effect variable
formula(res)
# linear part without the fixed-effects
formula(res, "linear")
# }
Run the code above in your browser using DataLab