search for: eblupfh

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

Did you mean: eblup
2017 Aug 11
0
Using automatic variable selection procedures with eblupFH
Hello, I am currently working with EBLUP estimators (the eblupFH function in R) and I was wondering if there are any automatic variable selection procedures I can use. I already found the "regsubsets" and "step" functions, but those doesn't work with the eblupFH function. Thank you in advance. [[alternative HTML version deleted]]
2017 Mar 07
0
Potential clue for Bug 16975 - lme fixed sigma - inconsistent REML estimation
...object } ############################################################################### # Example bug report 16975 ############################################################################### data(milk) milk$var<-milk$SD^2 #Fay-Herriot model using sae library attach(milk) resultREML <- eblupFH(yi ~ as.factor(MajorArea), SD^2) resultREML detach(milk) # $fit # $fit$method # [1] "REML" # # $fit$convergence # [1] TRUE # # $fit$iterations # [1] 4 # # $fit$estcoef # beta std.error tvalue pvalue # (Intercept) 0.9681890 0.06936208 13.958476 2.793443e-44 # as.factor...