search for: nerlove

Displaying 2 results from an estimated 2 matches for "nerlove".

2013 Mar 08
1
question on package plm
...ta.re.ind <- plm(X.RETURN. ~ IOB + IOBS,data=E,model="random",effect = "individual")  Error in swar(object, data, effect) :  the estimated variance of the individual effect is negative  I have tried the other estimation methods ("walhus", "amemiya", "nerlove") in addition to method "swar" but it does not help.  I have googled for answer but I have not found the solution yet. Actually this problem encountered by some users but still remains unsolved, I am afraid. Would some people help in this regard?  Best regards, Wei-han Liu [[alt...
2013 May 17
2
How could I see the source code of functions in an R package?
...ion, effect = c("individual", "time", "twoways"), model = c("within", "random", "ht", "between", "pooling", "fd"), random.method = c("swar", "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]] &...