Description Usage Arguments Value
Creates a measr object with the given value and standard deviation.
1 2 3 | measr(val, err)
val %pm% err
|
val |
The measured value |
err |
The standard deviation of the measured value. This is usually the measurement error |
A measr object with the given value and error. If one of the
parameters given cannot be coerced to a numeric object via
as.numeric, then NAs can be introduced in the return
value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.