Process one kl set with six KLR and six RFV
sims_stats( pred_obs, keys = c("Experiment", "SimulationID", "SowingDate", "KLR", "RFV", "SKL"), col_pred = "PSWC", col_obs = "SWC" )
| pred_obs | a data.table which merged from the simulation table and observation data.table |
|---|---|
| keys | grouping variables |
| col_pred | the colname for prediction result |
| col_obs | the colname for observation |
A data table with two nested columns: `data` and `stats`.