errors icon indicating copy to clipboard operation
errors copied to clipboard

Uncertainty Propagation for R Vectors

Results 9 errors issues
Sort by recently updated
recently updated
newest added

Functionality like this would be useful to have available: ```{R} lm(formula = mpg ~ cyl + wt, data = mtcars) |> coef() -> coefficients lm(formula = mpg ~ cyl +...

When using parenthesis format, a value like 12.34 +- 5.67 is formatted as "12.34(567)". That is slightly misleading for the average reader, in my opinion. Would it be possible to...

When the value is zero and the uncertainty a very small or very large number, then the exponential format is not used, but it ought to be in my opinion....

The [GUM](https://www.bipm.org/utils/common/documents/jcgm/JCGM_100_2008_E.pdf) is rather vague about how to select an appropriate number of significant digits to display when reporting measurements with their uncertainty: > 7.2.6 The numerical values of the...

enhancement

Currently, setting correlations for thousands of variables in package `constants` take several seconds.

Very excited to have come across this code and implement it for my experimental analysis! I have been running into one issue when implementing the code. I have a vector...

enhancement

What do you think about making functions like the following that would allow sampling from an `errors` object? * `rnorm_errors()`, `pnorm_errors()`, `dnorm_errors()`, `qnorm_errors()` drawing from a normal distribution * `rt_errors()`,...

After generating a linear model, I often need to do subsequent operations to compute differences between contrasts and more accurately the difference between the coefficients of the fixed effects. Typically,...

Add a new `notation=relative` to display errors as percentages.

enhancement