transform_predictions_to_long_dataframe {CBASSED50} | R Documentation |
Transform Predictions to a Long-Format DataFrame
Description
This function takes a list of predictions and converts them into a long-format data frame. Each prediction corresponds to a different temperature range.
Usage
transform_predictions_to_long_dataframe(predictions, temp_range)
Arguments
predictions |
A list of data frames where each data frame represents predictions for a specific temperature range. The data frames should have a common grouping property. |
temp_range |
the temperature range to be used for predictions from the function define_temperature_ranges |
Value
A long-format data frame containing the transformed predictions with columns for "GroupingProperty," "Temperature," and "PredictedPAM."
[Package CBASSED50 version 0.2.0 Index]