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 Feb. 26, 2024, 5:40 a.m.