search for: hc3

Displaying 10 results from an estimated 10 matches for "hc3".

Did you mean: c3
2006 Oct 27
1
Error using "White-corrected" Anova (white.adjust="hc3")
Hello. I try to compute a "White-corrected" ANOVA. Therefore I use the command "Anova" implemented in the car()-package): Anova(modelname, white.adjust="hc3") and receive the error message: "Fehler in SS[i] <- SS.term(names[i]) : nichts zu ersetzen" (German) "Error in SS[i] <- SS.term(names[i]) : nothing to replace" (probably being the message in the English version) I also tried the example mentioned in Fox (2002, "...
2007 Nov 09
1
White's test again
Hi all, It seems that I can get White's (HC3) test using MASS. The syntax I used for the particular problem is anova(scireg3, white.adjust="hc3") where scireg3 is an object from the lm function. But, the anova summary table is all I get. I don't get the new estimates or standard errors correcting for heteroskedasticity....
2007 Aug 24
1
An issue with White's test in Anova
Hi all, I'm running White's test to correct for non-constant error variance and I am using the Anova function in the package CAR. My command structure is > Anova(scireg3, white.adjust="hc3") where scireg3 is an object from lm. I get the message "Error in SS[i] <- SS.term(names[i]) : nothing to replace with" What does this mean and how do I fix it. Thanks in advance. David -- =========================================================================== David...
2006 Jan 05
2
Wald tests and Huberized variances (was: A comment about R:)
...() provides HC covariance matrices without clustering, as does vcovHC() in package sandwich. I plan to extend vcovHC() to also deal with clustered data, but I didn't get round to do so, yet. > A single sentence in hccm's help saying something to the effect that > statisticians prefer hc3 for most types of data might save me from having to > scramble through the statistical literature to try to figure out which of > these I should be using. A few sentences on what the differences are > between these methods would be even better. Yes and no. I'll add some more comments...
2011 Jul 11
1
Robust vce for heckman estimators
When using function heckit() from package ‘sampleSelection’, is there anyway to make t-tests for the coefficients using robust covariance matrix estimator? By “robust” I mean something like if a had an object ‘lm’ called “reg” and then used: > coeftest(reg, vcov = vcovHC(reg)). I’m asking this because in Stata we could use function heckman and then use vce option “robust”. We could do the
2011 Nov 23
0
Error using coeftest() with a heteroskedasticity-consistent estimation of the covar.
Hey I am trying to run /coeftest()/ using a heteroskedasticity-consistent estimation of the covariance matrix and i get this error: # packages >library(lmtest) >library(sandwich) #test > coeftest(*GSm_inc.pool*, vcov = vcovHC(*GSm_inc.pool*, method="arellano", > type="HC3")) /Fehler in 1 - diaghat : nicht-numerisches Argument f?r bin?ren Operator/ something like: /Error in 1 - diaghat: non-numeric argument for binary operator/ > Any ideas what this error is trying to tell me? *GSm_inc.pool * is estimated like this: > GSm_inc.pool <- plm(GS ~ log(I_EQ...
2000 Mar 07
1
update fails after specific sequence of steps (PR#474)
...v(L %*% V %*% t(L)) %*% (L %*% b - rhs) F <- SSH/(q * s2) df <- if (missing(error.df)) mod$df.residual else error.df p <- 1 - pf(F, q, df) list(SS = SSH[1, 1], F = F[1, 1], df = c(q, df), p = p[1, 1]) } > hccm function (model, type = "hc3") { if (is.null(class(model)) || class(model) != "lm" || !is.null(weights(mod))) { stop("requires unweighted lm") } sumry <- summary(model, corr = FALSE) s2 <- sumry$sigma^2 V <- sumry$cov.unscaled if (type == FALSE) return...
2006 Jan 01
20
A comment about R:
Readers of this list might be interested in the following commenta about R. In a recent report, by Michael N. Mitchell http://www.ats.ucla.edu/stat/technicalreports/ says about R: "Perhaps the most notable exception to this discussion is R, a language for statistical computing and graphics. R is free to download under the terms of the GNU General Public License (see http://www.r-project.
2006 Dec 26
1
Colored Dendrogram
...s into a specialized summary() function as > > John suggested (where you probably would want the F statistic > > to use the other vcov as well). > > Good point. Here's a modified version that also fixes up the F-test: > > summaryHCCM.lm <- function(model, type=c("hc3", "hc0", "hc1", "hc2", > "hc4"), > > ...){ > if (!require(car)) stop("Required car package is missing.") > type <- match.arg(type) > V <- hccm(model, type=type) > sumry <- summary(model) > tabl...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking