Description Usage Arguments Value Examples
Applied simple linear regression model using force
and velocity
columns from the profile_data
and
returns calculated F0
, V0
, Pmax
, and Sfv
1 2 3 4 5 6 | get_FV_profile(
profile_data,
force = "mean_GRF_over_distance",
velocity = "mean_velocity",
poly_deg = 1
)
|
profile_data |
Data frame returned from |
force |
Character string. Name of the column in the |
velocity |
Character string. Name of the column in the |
poly_deg |
Integer. Number of polynomial degrees. Forwarded to |
List with calculated F0
, V0
, Pmax
, and Sfv
1 2 | fv_profile <- vj_profile(mass = 75)
get_FV_profile(fv_profile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.