analyzeGroup(DF, xyTopLeft = TRUE, conversion = 'm2cm', bandW = 0.5,
CEPtype = c('Rayleigh', 'Grubbs', 'RAND'))Point.X, Point.Y or X, Y defining the bullet holes. Variables Distance (distance to target), Aim.X, Aim.Y (pgetMOA.bandwith of smoothScatter.getCEP.covMcd using the MCD algorithm.
This function is a wrapper for groupShape, groupLocation, and groupSpread.
If the data is missing information about the point of aim, (0,0) is assumed. If distance to target is missing, 100 is assumed.
In addition to the numerical results listed below, this function produces the following diagrams:
aq.plotchisq.plot, including a reference line with intercept 0 and slope 1smoothScattertogether with group center and error ellipse based on a robust estimate for the covariance matrixgroupShape,
groupLocation,
groupSpread,
compareGroups,
getDistToCtr,
getMaxPairDist,
getBoundingBox,
getMinBBox,
getMinCircle,
getConfEll,
getCEP,
getRayParam,
getMOA,
smoothScatter,
chisq.plot,
aq.plot,
pcout,
qqnorm,
hist,
kernel,
shapiro.test,
mvnorm.etest,
anova.mlm,
boot,
boot.ci,
covMcddata(DFinch)
# select combined data from only first 2 series
DF <- subset(DFinch, Series %in% 1:2)
res <- analyzeGroup(DF, conversion='yd2in')
names(res)
res$multNorm
res$corXY
res$ctrRob
res$ctrXci
res$ctrYciRun the code above in your browser using DataLab