abs_sign: Find 'absolute' ptvalue

View source: R/ptvalue.R

abs_signR Documentation

Find 'absolute' ptvalue

Description

Find 'absolute' ptvalue

Usage

abs_sign(x = double(), sign = "times")

Arguments

x

A vector of class ptvalue or of type double.

sign

Either "times" or "div". Default to 'times'.

Value

A vector of class ptvalue with absolute ptvalue.

Examples

x <- c(0.5, 1.4, 2)
abs_sign(x)

ptvalue documentation built on Aug. 30, 2025, 1:08 a.m.