reformat.textreg.model {textreg} | R Documentation |
Clean up output from textreg.
Description
Calculate some useful statistics (percents, etc) and return as dataframe.
Usage
reformat.textreg.model(model, short = TRUE)
Arguments
model |
The model returned from |
short |
True if the output should be abbrviated for easy consumption. |
Value
Dataframe with statistics on the terms in the model
See Also
Other textreg.result: is.textreg.result
,
phrases
, print.textreg.result
[Package textreg version 0.1.5 Index]