trim: Trim a Word Frequency Data

Description Usage Arguments Value Author(s) See Also

View source: R/wfm.R

Description

Ejects low frequency observations and subsamples

Usage

1
trim(wfm, min.count = 5, min.doc = 5, sample = NULL, verbose = TRUE)

Arguments

wfm

an object of class wfm, or a data matrix

min.count

the smallest permissible word count

min.doc

the fewest permissible documents a word can appear in

sample

how many words to randomly retain

verbose

whether to say what we did

Value

If sample is a number then this many words will be retained after min.doc and min.doc filters have been applied.

Author(s)

Will Lowe

See Also

wfm


conjugateprior/austin documentation built on May 11, 2021, 2:46 a.m.