weight {qdap} | R Documentation |
Weight a qdap Object
Description
Weight a word_proximity object.
Usage
weight(x, type = "scale", ...)
Arguments
x |
A qdap object with a weight method. |
type |
A weighting type of: c( |
... |
ignored. |
Value
Returns a weighted list of matrices.
Note
A constant of .000000000001 is added to each element when log is used
to deal with the problem of log(0)
.
[Package qdap version 2.4.6 Index]