View source: R/corpus_analytics.R
corpus_analytics | R Documentation |
Produces a table of corpus analytics including numbers of complete observations at each step, word counts, lexical diversity (e.g., TTR), stopword ratios, etc. Granularity of the summary statistics are guided by the user (e.g., by conversation, by conversation and speaker, collapsed all)
corpus_analytics(dat_prep)
dat_prep |
takes dataframe produced from the df_prep() function |
dataframe with summary statistics (mean, SD, range) for numerous corpus analytics (e.g., token count, type-token-ratio, word-count-per-turn) for the target conversation corpus. Summary data structured in table format for easy export to a journal method section.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.