Displaying 1 result from an estimated 1 matches for "plmlist".
Did you mean:
lmlist
2013 May 17
2
How could I see the source code of functions in an R package?
...ar", "walhus", "amemiya",
"nerlove", "kinla"), inst.method = c("bvk", "baltagi"), index = NULL,
...)
{
nframe <- length(sys.calls())
is.a.list <- class(formula)[1] == "list"
if (is.a.list) {
plmlist <- match.call(expand.dots = FALSE)
plmlist[[1]] <- as.name("plm.list")
plmlist <- eval(plmlist, sys.frame(which = nframe))
return(plmlist)
}
dots <- list(...)
effect <- match.arg(effect)
if (!any(is.na(model)))
model <- mat...