analyzeGroup(DF, xyTopLeft = TRUE, conversion = 'm2cm', bandW = 0.5)Distance, Aim.X, Aim.Y defining point of aim, Point.X, and Point.Y defining the bullet holes.getMOA.bandwith of smoothScatter.covMcd using the MCD algorithm.
This function is a wrapper for groupShape, groupLocation, and groupSpread.
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,
combineData,
getDistToCtr,
getMaxPairDist,
getMinBBox,
getMinCircle,
getConfEll,
getCEP,
getMOA,
smoothScatter,
aq.plot,
chisq.plot,
qqnorm,
hist,
kernel,
shapiro.test,
mvnorm.etest,
anova.mlm,
boot,
boot.ci,
covMcddata(DFinch)
# select combined data from only first 4 series
DF <- subset(DFinch, Series %in% 1:4)
res <- analyzeGroup(DF, conversion='yd2in')
names(res)
res$multNorm
res$corXY
res$ctrRob
res$CIbootX
res$CIbootYRun the code above in your browser using DataLab