Min: Min

View source: R/max_and_min.R

MinR Documentation

Min

Description

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

Usage

Min(x, weights = NULL)

Arguments

x

A data.frame or matrix.

weights

The sampling or replication weights.

Details

Computes the mininum of the observations with positive weights.


NumbersInternational/flipStatistics documentation built on June 9, 2025, 9:10 a.m.