Skip to content
Prev 359787 / 398503 Next

question about probplot in e1071 package

Dear Thomas,

Reading the probplot?s help page, it looks like it is using qqplot underneath.
Thus, I think this is what you need.
	probplot(x, line=FALSE)
	#probplot(y, line=FALSE)
	qq.y <- qqnorm(y, plot=F)
	points(qq.y$y, qq.y$x)

I hope this is useful for you.

Best Regards,
Luisfo Chiroque
PhD Student
IMDEA Networks Institute
http://fourier.networks.imdea.org/people/~luis_nunez/ <http://fourier.networks.imdea.org/people/~luis_nunez/>