Usage
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, ...)
Arguments
object, formula, x
an object of class "pFormula"
,
effect
the effects introduced in the model, one of
"individual"
, "time"
or "twoways"
,
model
one of "pooling"
, "within"
,
"between"
, "random",
"fd"
and "ht"
,
theta
the parameter for the transformation if model =
"random"
,