measr: Create a 'measr' Object

Description Usage Arguments Value

View source: R/measr.R

Description

Creates a measr object with the given value and standard deviation.

Usage

1
2
3
measr(val, err)

val %pm% err

Arguments

val

The measured value

err

The standard deviation of the measured value. This is usually the measurement error

Value

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.


kritpetra/measr documentation built on May 20, 2019, 6:15 p.m.