This function exists for back compatibility. Note that this will only work if the column model_run has only the strings"om" or "em".

convert_to_wide(lng)

Arguments

lng

A long dataframe produced from get_results_all().

Value

A wide dataframe (separate columns for em and om results)

Author

Kathryn L. Doering

Examples

if (FALSE) {
scalar <- utils::read.csv("ss3sim_scalar.csv")
scalar_wide <- convert_to_wide(scalar)

ts <- utils::read.csv("ss3sim_ts.csv")
ts_wide <- convert_to_wide(scalar)
}