max_sqr: Find the maximum of the squared values.

View source: R/max_sqr.R

max_sqrR Documentation

Find the maximum of the squared values.

Description

Find the maximum of the squared values.

Usage

max_sqr(x)

Arguments

x

Numeric vector

Value

Maximum of the squared values, or -Inf if all elements are NA.


ck37/varImpact documentation built on June 11, 2025, 8:42 a.m.