stylest (version 0.1.0)

print.stylest_model: Custom print method for stylest_model

Description

Custom print method for stylest_model

Usage

# S3 method for stylest_model
print(x, ...)

Arguments

x

`stylest_model` object

...

Additional arguments

Value

Prints summary information about the `stylest_model` object

Examples

Run this code
# NOT RUN {
data(novels_excerpts)
speaker_mod <- stylest_fit(novels_excerpts$text, novels_excerpts$author)
print(speaker_mod)
 
# }

Run the code above in your browser using DataLab