errprop: Compute Error Propagation x and y

errpropR Documentation

Compute Error Propagation x and y

Description

Compute Error Propagation x and y

Usage

errprop(
  x = c(0.5, 0.1),
  y = c(0.5, 0.1),
  exp = expression(sqrt(exp(x) - 1) + y),
  sim = F,
  verbiose = F,
  nsim = 1e+05,
  raw = T
)

Arguments

x

Pair value and sd for x

y

Pair value and sd for y. If y not used, set it to value and sd to 0

exp

expression(equation)

sim

True if simulation is used to derive the error.


leonpheng/lhtool2 documentation built on April 13, 2025, 5:42 p.m.