| pFormula {plm} | R Documentation |
pFormula is a Formula object, with methods useful for panel data.
pFormula(object)
## S3 method for class 'pFormula'
as.Formula(x, ...)
## S3 method for class 'pFormula'
model.frame(formula, data, ...,
lhs = NULL, rhs = NULL)
## S3 method for class 'pFormula'
model.matrix(object, data,
model = c("pooling","within","Between",
"between","mean","random","fd"),
effect = c("individual","time","twoways"),
rhs = 1,
theta = NULL, ...)
object, formula, x |
an object of class |
data |
a |
effect |
the effects introduced in the model, one of
|
model |
one of |
theta |
the parameter for the transformation if |
lhs |
, |
rhs |
, |
... |
further arguments. |
The lhs and rhs arguments are inherited from
Formula. The model.frame method returns a
pdata.frame object. The model.matrix unables the
transformation specified by the model and effect
arguments.
An object of class c("pFormula", "Formula".
Yves Croissant