average_relabelings: Functionto take all relabelings and return averages and...

View source: R/rapt_summarize.R

average_relabelingsR Documentation

Functionto take all relabelings and return averages and envelope values

Description

Functionto take all relabelings and return averages and envelope values

Usage

average_relabelings(
  relabelings,
  envelope.value = 0.95,
  funcs = c("K", "G"),
  K_cor = "trans",
  G_cor = "km",
  F_cor = "km",
  GXGH_cor = "km",
  GXHG_cor = "km"
)

Arguments

relabelings

output of relabel_summarize function

envelope.value

size of envelope to compute. Should be decimal (e.g. 0.95 = 95%)


aproudian2/rapt documentation built on Dec. 15, 2022, 4:24 a.m.