View source: R/ValueWithUncertainty.R
ValueWithUncertainty | R Documentation |
ValueWithUncertainty
returns an object which represents a value with a CI
ValueWithUncertainty(
LowerCI,
Value,
UpperCI,
model = as.numeric,
fixed = TRUE,
name = "default"
)
p |
A value to report |
digits |
The number of decimal places |
Returns string of the value p
Returns p with digits
decimal places
ValueWithUncertainty(1) # returns object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.