injd | R Documentation |
injd
objectAn injd
object (S3), called injd
, to showcase what
this object is like and also to save computation time in some help files
provided by the package. The result of applying prepare_all()
to
raw_df_exposures (prepare_exp(raw_df_exposures, ...)
) and
raw_df_injuries (prepare_inj(raw_df_injuries, ...)
).
injd
The main data frame in injd
gathers information of 28 players
and has 108 rows and 19 columns:
Player identifier (factor)
Follow-up period of the corresponding player, i.e. player’s first observed date, same value for each player (Date)
Follow-up period of the corresponding player, i.e. player’s last observed date, same value for each player (Date)
Date of injury of the corresponding observation (if any). Otherwise NA (Date)
Date of recovery of the corresponding observation (if any). Otherwise NA (Date)
Beginning date of the corresponding interval in which the observation has been at risk of injury (Date)
Ending date of the corresponding interval in which the observation has been at risk of injury (Date)
Beginning time. Minutes played in matches until the start of this interval in which the observation has been at risk of injury (numeric)
Ending time. Minutes played in matches until the finish of this interval in which the observation has been at risk of injury (numeric)
injury (event) indicator (numeric)
an integer indicating the recurrence number, i.e. the k
-th injury (event), at which the observation is at risk
Number of days lost due to injury (numeric)
Identification number of the football player (factor)
Season to which this player's entry corresponds (factor)
Number of matches lost due to injury (numeric)
Injury specification as it appears in https://www.transfermarkt.com, if any; otherwise NA (character)
Whether it is Anterior Cruciate Ligament (ACL) injury or not (NO_ACL); if the interval corresponds to an injury, NA otherwise (factor)
A five level categorical variable indicating the type of injury, whether Bone, Concussion, Ligament, Muscle or Unknown; if any, NA otherwise (factor)
A four level categorical variable indicating the severity of the injury (if any), whether Minor (<7 days lost), Moderate ([7, 28) days lost), Severe ([28, 84) days lost) or Very_severe (>=84 days lost); NA otherwise (factor)
It consists of a data frame plus 4 other attributes:
a character specifying the unit of exposure (unit_exposure
); and 3
(auxiliary) data frames: follow_up
, data_exposures
and
data_injuries
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.