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.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 through the first and third quantilegroupShape,
groupLocation,
groupSpread,
compareGroups,
combineData,
getDistToCtr,
getMaxPairDist,
getMinBBox,
getMinCircle,
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% c(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