badnodes: Returns a vector of worst-performing nodes (by error)

Description Usage Arguments

Description

Returns a vector of worst-performing nodes (by error)

Usage

1
2
badnodes(valdata, variable = "width", n = 4, which = c("abs", "min",
  "max"), standardize = FALSE)

Arguments

valdata

As returned by rt_valdata()

variable

Which variable's errors define "bad" nodes?

n

Number of bad nodes to return

which

"abs" for worst absolute errors, "min" for worst negative errors, "max" for worst positive errors

standardize

scale by estimated uncertainty? Default is FALSE.


markwh/rtvalidate documentation built on Nov. 4, 2019, 5:25 p.m.