invert_sign: Invert ptvalue sign

View source: R/ptvalue.R

invert_signR Documentation

Invert ptvalue sign

Description

Invert ptvalue sign

Usage

invert_sign(x = double())

Arguments

x

A vector of class ptvalue or of type double.

Value

A vector of class ptvalue with inverted sign.

Examples

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

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