Displaying 2 results from an estimated 2 matches for "adjbox".
2013 Mar 04
1
robustbase adjbox segfault - memory not mapped
Hi,
I encountered a segfault, memory not mapped error when using adjbox in
robustbase. In trying to recreate the issue I found that the error
occurs only for large sample size. Here is the code.
> require(robustbase)
Loading required package: robustbase
> x <- rnorm(10)
> y <- rep(1, 10)
> adjbox(x ~ y) ## gives a plot
> x <- rnorm(10000...
2010 Dec 07
2
robustbase problem [bug?] in adjbox function.
...5,4,24,7,2,9,2,4,3,8,5,10,5,4,4,7,4,7,7,4,16,4,3,12,4,3,10,27,4,14,7,10,4,9,8,3,5,3,8,5,2,8,38,3,3,3,4);
plot(x=c(1,2),y=rep(1,2),ylim=range(data),xlim=c(0.5,2.5),type="n",main=c("Adjusted
boxplot vs. Classical boxplot"),ylab=c("Loss Data"),xlab=c(""),axes=F)
adjbox(x=datac,pars=list(outpch=16,outcex=2,outcol="light
blue"),add=T,at=1,col="light blue")
boxplot(x=datac,pars=list(outpch=16,outcex=2,outcol="light
green"),add=T,at=2,col="light green")
axis(2,at=seq(0,max(data)+10,by=10),col="orange",labels=F)
axis(1...