View source: R/rTEM_deprecated.R
get_features_deprecated | R Documentation |
Get Features deprecated Dec 19 2024
get_features_deprecated(
expected,
simulated,
funcs = c("G", "K", "F"),
features = list(c("max_diff", "min_diff", "total_norm_diff", "total_norm_diff_squared",
"total_diff", "total_squared_diff", "net_diff", "max_diff_envelope",
"min_diff_envelope", "total_diff_envelope", "net_diff_envelope", "T_final",
"T_final_ratio")),
simulated_outer_name = "rrl_",
simulated_inner_name = c("r", "mmean", "lo", "hi"),
expected_inner_name = c(),
sqrt = "K",
K_cor = "trans",
G_cor = "km",
G2_cor = "km",
G3_cor = "km",
G4_cor = "km",
F_cor = "km",
GXGH_cor = "km",
GXHG_cor = "km"
)
expected |
a list of summary functions for the observed value |
simulated |
a list of |
funcs |
list of summary functions to get features for. currently 'G', 'K', and 'F' are supported |
features |
a list. Must be either length 1 or same length as 'funcs' parameter @description deprecated because the normalize total difference needed to only sum non zero env width |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.