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"
)

Arguments

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

Value

A data table with two nested columns: `data` and `stats`.