DRP {koRpus} | R Documentation |
Readability: Degrees of Reading Power (DRP)
Description
This is just a convenient wrapper function for readability
.
Usage
DRP(txt.file, word.list, ...)
Arguments
txt.file |
Either an object of class |
word.list |
A vector or matrix (with exactly one column) which defines familiar words. For valid results the long Dale-Chall list with 3000 words should be used. |
... |
Further valid options for the main function,
see |
Details
Calculates the Degrees of Reading Power,
using the Bormuth Mean Cloze Score. In contrast to
readability
,
which by default calculates all possible indices,
this function will only calculate the index value.
This formula doesn't need syllable count.
Value
An object of class kRp.readability
.
Examples
## Not run:
DRP(tagged.text, word.list=new.dale.chall.wl)
## End(Not run)