ops_summary: Basic summary functions for lvec objects

Description Usage Arguments

Description

These functions should behave as their regular counterparts.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## S3 method for class 'lvec'
all(x, ..., na.rm = FALSE)

## S3 method for class 'lvec'
any(x, ..., na.rm = FALSE)

## S3 method for class 'lvec'
prod(x, ..., na.rm = FALSE)

## S3 method for class 'lvec'
sum(x, ..., na.rm = FALSE)

## S3 method for class 'lvec'
mean(x, ..., na.rm = FALSE)

## S3 method for class 'lvec'
max(x, ..., na.rm = FALSE)

## S3 method for class 'lvec'
min(x, ..., na.rm = FALSE)

## S3 method for class 'lvec'
range(x, ..., na.rm = FALSE)

Arguments

x

an lvec object

...

ignored.

na.rm

logical indicating whether missing values should be ignored


ldat documentation built on March 26, 2020, 7:59 p.m.

Related to ops_summary in ldat...