errprop | R Documentation |
Compute Error Propagation x and y
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.