Define the interpretation of eventgrades associated with events.

pv_default_eventgrades()

Value

a tibble with columns "skill", "eventgrade", "evaluation_code" (the equivalent DataVolley code, if there is one), "evaluation", and "win_loss"

See also

Examples

pv_default_eventgrades()
#> # A tibble: 23 × 5 #> skill eventgrade evaluation_code evaluation win_loss #> <chr> <int> <chr> <chr> <int> #> 1 Serve 0 = Error -1 #> 2 Serve 1 - Negative, opponent free attack 0 #> 3 Serve 2 ! OK, no first tempo possible 0 #> 4 Serve 3 # Ace 1 #> 5 Serve 4 + Positive, opponent some attack 0 #> 6 Pass 0 = Error -1 #> 7 Pass 1 -/ Negative/poor pass 0 #> 8 Pass 2 ! OK, no first tempo possible 0 #> 9 Pass 3 #+ Perfect/positive pass 0 #> 10 Spike 0 = Error -1 #> # … with 13 more rows