Learn R Programming

quanteda.textmodels (version 0.9.9)

summary.textmodel_lr: summary method for textmodel_lr objects

Description

summary method for textmodel_lr objects

Usage

# S3 method for textmodel_lr
summary(object, n = 30, ...)

Value

a summary.textmodel classed list containing elements from the call to textmodel_lr(), including the call, statistics for lambda, and the estimated feature scores

Arguments

object

output from textmodel_lr()

n

how many coefficients to print before truncating

...

additional arguments not used