ValueWithUncertainty: ValueWithUncertainty

View source: R/ValueWithUncertainty.R

ValueWithUncertaintyR Documentation

ValueWithUncertainty

Description

ValueWithUncertainty returns an object which represents a value with a CI

Usage

ValueWithUncertainty(
  LowerCI,
  Value,
  UpperCI,
  model = as.numeric,
  fixed = TRUE,
  name = "default"
)

Arguments

p

A value to report

digits

The number of decimal places

Value

Returns string of the value p

Returns p with digits decimal places

ValueWithUncertainty(1) # returns object


micko920/ValueWithUncertainty documentation built on Aug. 1, 2024, 9:33 a.m.