-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
20 lines (20 loc) · 903 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: soty
Title: Calculate Performance Points For Various Archery Rounds
Version: 0.1
Authors@R:
person(given = "Tim",
family = "Wilson",
role = c("aut", "cre"),
email = "[email protected]")
Description: This package calculates "performance points" for various archery rounds using the data from the
2016-2018 national archery tournaments hosted by the NFAA and USA Archery. The calculations use a "trimmed" version of
the results for each round and equipment class with the top and bottom 10% of scores eliminated. The CDF of the remaining
middle 80% are modeled with an exponential or linear fit to derive the final points value. The performance points are suitable for
determining an annual "Shooter of the Year" winner for an archery organization.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
stats
RoxygenNote: 6.1.1