table: Create cross tables from lvec objects

Description Usage Arguments Details See Also

View source: R/table.R

Description

Create cross tables from lvec objects

Usage

1
2
3
4
5
## S3 method for class 'lvec'
table(..., useNA = c("ifany", "no", "always"))

## S3 method for class 'ldat'
table(..., useNA = c("ifany", "no", "always"))

Arguments

...

an object of type lvec

useNA

what to do with missing values. See table.

Details

The function processes the data in chunks. The size of the chunks can be controlled using the option 'chunk_size' (see chunk).

See Also

This function duplicates the functionality of the table function.


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

Related to table in ldat...