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 26, 2022, 4:02 a.m.