model.frame.dfidx: model.frame and model.matrix methods for dfidx objects
Description
Specific model.frame and model.matrix are provided for dfidx
objects. This leads to an unusual order of arguments compared to
the usage. Actually, the first two arguments of the model.frame
method are a dfidx and a formula and the only main argument of
the model.matrix method is a dfidx which should be the result
of a call to the model.frame method, i.e. it should have a
terms attribute.