Usage
pmodel.response(object, ...)
"pmodel.response"(object, model = c("pooling","within","Between", "between","mean","random","fd"), effect = c("individual","time","twoways"), lhs = NULL, theta = NULL, ...)
"pmodel.response"(object, data, model = c("pooling","within","Between", "between","mean","random","fd"), effect = c("individual","time","twoways"), lhs = NULL, theta = NULL, ...)
"pmodel.response"(object, ...)
Arguments
object
an object of class "plm"
,
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"
,