| DFsavage | R Documentation |
Example of a combined data frame from several original files, each with one group.
data(DFsavage)
A data frame with 180 observations on the following 10 variables.
point.xa numerical vector of absolute x-coordinates of bullet holes.
point.ya numerical vector of absolute y-coordinates of bullet holes.
aim.xa numerical vector of x-coordinates giving the point of aim.
aim.ya numerical vector of y-coordinates giving the of point of aim.
distancea numerical vector giving the distance to the target.
groupa factor with level 1. This is the original Group variable as defined by OnTarget PC/TDS.
bulleta character vector describing the bullet type.
origina factor with levels 1 ... 9. This factor codes from which original output file the data is.
orgsera factor with levels 1.1 ... 9.1. This factor results from droplevels(interaction(Origin, Group)), and codes each separate group across original files. The order of the factor levels is alphabetical.
seriesa factor with levels 1 ... 9. This factor codes each separate group as defined by orgser, but more conveniently as a number that runs consecutively across original files.
distance.unitMeasurement unit distance to target
point.unitMeasurement unit (x,y)-coordinates
Several groups of shooting a Savage 12 FT/R rifle in .308 Win at distances from 100 to 300m. The measurement unit for coordinates is mm, for distance meters. Shots 1-5 in series 4, and shots 1-3 in series 7 moved the scope.
This data frame is like those returned by readDataOT1, readDataOT2, or readDataMisc with option combine=TRUE.
Data copyright Charles McMillan and Paul McMillan, 2008.
combineData,
analyzeGroup,
compareGroups
data(DFsavage) str(DFsavage)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.