Max: Max

View source: R/max_and_min.R

MaxR Documentation

Max

Description

Computes the weighted maximum of one or more variables. Missing values are automatically excluded.

Usage

Max(x, weights = NULL)

Arguments

x

A data.frame or matrix.

weights

The sampling or replication weights.

Details

Computes the maximum of the observations with positive weights.


NumbersInternational/flipStatistics documentation built on April 12, 2024, 9:25 a.m.