prepare_fit_dmax_mods | R Documentation |
This is a function for internal use only and it won't be exported.
prepare_fit_dmax_mods(
.data,
fit = c("3rd degree polynomial", "Exponential"),
intensity_to_start,
sport = c("cycling", "running", "swimming")
)
.data |
The data retrieved from |
fit |
The fit you would like to use for finding the lactate values associated to each one of the lactate thresholds.
Please, note that a few lactate thresholds have default methods for this and cannot be changed. See |
intensity_to_start |
A double indicating the intensity to start the fit. |
sport |
The sport at which the incremental test was performed. One of |
a tibble with the following nested columns:
data |
The raw data. |
data_interpolated |
The interpolated data. |
model |
The model chosen in the |
data_augmented |
The augmented data retrieved from the model. |
bsln |
A boolean indicating the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.