make.target.table3: produce summary statistics from dataframe with matching...

Description Usage Arguments Value Examples

Description

produce summary statistics from dataframe with matching measured and modelled values

Usage

1
make.target.table3(formulax, df, val_obs, val_mod, logtrans = F)

Arguments

formulax

formula to define the variables for statistics

df

dataframe with observed and modelled values

val_obs

the observed variable name

val_mod

the modelled variable name

logtrans(logical)

whether to logtransform the data before analysis

Value

A dataframe with statistics (normalized unbiased RMSD and normalized BIAS) to plot target diagram

Examples

1
2
library(DelwaqR)
make.target.table3(~ substance + location + season, df.statii, "value.x", "value.y", logtrans = F)

wstolte/DelwaqR documentation built on June 20, 2021, 12:03 p.m.