Learn R Programming

psr

Description

The goal of psr is to help practitioners in the field of sports science, whether it be coaches, athletic trainers, analysts, or even athletes themselves, to efficiently and effectively analyze data from strength and agility tests. This package includes seven functions that measure the reliability of the measurement instruments involved in testing the athletes, setting benchmarks for each athlete in their future tests, and standardizing the scores of the athletes on a team across metrics.

Installation

You can install the released version of psr from CRAN with:

install.packages("psr")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("tommy-mcginn/Performance-Science-Reliability")

Structure

The package includes seven functions, which can be grouped into the following categories:

  • Reliability Functions ** Typical Error: TE() ** Coefficient of Variation: CV() ** Standard Error of Measurement: SEM() ** Intra-class Correlation Coefficient (in long form): ICC_long()

  • Individual Change Functions ** Smallest Worthwhile Change: SWC() ** Minimal Detectable Change: MDC()

  • Standardization of Data Functions: ** Standard Ten Scores: STEN()

The package does not include any data, but there is one vignette for the package, which describes each of these functions in detail, shows how they can be used with example data, and explains possible errors that the user could make and how each function in the package delivers an informative, specialized error message to the user when any of these errors are made.

Copy Link

Version

Install

install.packages('psr')

Monthly Downloads

15

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Thomas McGinn

Last Published

August 13th, 2021

Functions in psr (0.1.0)

psr

psr
TE

Typical Error (TE) for a set of athlete measurements
CV

Coefficient of Variation (CV), or typical percentage error (as in Hopkins (2000)), for a set of athlete measurements
STEN

Standard Ten (STEN) Scores for a set of athlete measurements
SWC

Smallest Worthwhile Change (SWC) for a set of athlete measurements
SEM

Standard Error of Measurement (SEM) for a set of athlete measurements
ICC_long

Intra-class Correlation Coefficient (ICC) for a set of athlete measurements, with the data in long format
MDC

Minimal Detectable Change (MDC) for a set of athlete measurements