search for: ylab23

Displaying 5 results from an estimated 5 matches for "ylab23".

1999 Dec 02
1
Error in plot.aov() (PR#356)
...36 28.30 0.79 > coef(xx.aov) (Intercept) gp2 gp3 gp4 0.286147 0.260974 -0.081828 0.126678 > plot(xx.aov) Hit <Return> to see next plot: Hit <Return> to see next plot: Hit <Return> to see next plot: Error in as.name(ylab23) : invalid type/length (1/0) in vector allocation > --please do not edit the information below-- Version: platform = Windows arch = x86 os = Win32 system = x86, Win32 status = major = 0 minor = 90.0 year = 1999 month = November day = 22 language = R Windows 9x 4.0 (build 1111) B...
2004 Mar 03
1
Bug in plot.lm (PR#6640)
...ls(x) - n <- length(r) yh <- predict(x) # != fitted() for glm if (any(show[2:4])) { s <- if(inherits(x, "rlm")) x$s else sqrt(deviance(x)/df.residual(x)) hii <- lm.influence(x, do.coef=FALSE)$hat } if (any(show[2:3])) { ylab23 <- if(isGlm) "Std. deviance resid." else "Standardized residuals" - w <- weights(x) # r.w := weighted.residuals(x): ! r.w <- if(is.null(w)) r else (sqrt(w)*r)[w!=0] rs <- r.w/(s * sqrt(1 - hii)) } if (any(show[c(1,3)]))...
1999 Dec 03
0
Error in plot.aov() (PR#356) (fwd)
...ept) gp2 gp3 gp4 > > 0.286147 0.260974 -0.081828 0.126678 > > > plot(xx.aov) > > Hit <Return> to see next plot: > > Hit <Return> to see next plot: > > Hit <Return> to see next plot: > > Error in as.name(ylab23) : invalid type/length (1/0) in vector allocation > > Interesting. There is no plot.aov on my system: this is using plot.lm. > And I get no error. It could be random, except this has nothing to do with > the data, only the labelling. > > The error message means that ylab23 in...
2005 Apr 23
3
Enhanced version of plot.lm()
...erits(x, "rlm")) x$s else sqrt(deviance(x)/df.residual(x)) hii <- lm.influence(x, do.coef = FALSE)$hat if (any(show[4:5])) { cook <- if (isGlm)cooks.distance(x) else cooks.distance(x, sd = s, res = r) } } if (any(show[c(2:3,5)])) { ylab23 <- if (isGlm) "Std. deviance resid." else "Standardized residuals" r.w <- if (is.null(w)) r else sqrt(w) * r rs <- r.w/(s * sqrt(1 - hii)) } if (any(show[c(1, 3)])) l.fit <- if (isGlm) "Predicted values"...
2012 Mar 30
2
error message in logistic regression
...3 40.462 P 1 2.9064 2 37.556 0.08823 . --- Signif. codes: 0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1 > par(mfrow=c(2,2)) > plot(glm(cbind(NTA,NF-NTA)~P*factor(D)+Na,tort,family=binomial)) Error in qqnorm.default(rs, main = main, ylab = ylab23, ylim = ylim, ...) : y is empty or has only NAs In addition: Warning messages: 1: Not plotting observations with leverage one: 1, 2, 3, 4 2: In min(x) : no non-missing arguments to min; returning Inf 3: In max(x) : no non-missing arguments to max; returning -Inf > I have tried multiple...