precision {pda}R Documentation

round value to precision

Description

Usage

precision(x,se,digits=0)

Arguments

x numeric vector
se standard error(s) of value(s).
digits one less than the number of extra digits

Value

value(s) rounded off to precision of 2 standard errors plus (digits+1) extra digit.

Examples

precision(75.111,.12)

[Package pda version 1.1-2 Index]