groupShape(xy, plots = TRUE, bandW = 0.5)
bandwith
of smoothScatter
.aq.plot
chisq.plot
, including a reference line with intercept 0 and slope 1smoothScatter
together with group center and error ellipse based on a robust estimate for the covariance matrixqqnorm
,
smoothScatter
,
hist
,
kernel
,
covMcd
,
shapiro.test
,
mvnorm.etest
,
chisq.plot
,
aq.plot
xy <- matrix(round(rnorm(200, 0, 5), 2), ncol=2)
res <- groupShape(xy, bandW=1.6)
names(res)
res$corXY
res$Outliers
res$multNorm
Run the code above in your browser using DataLab