R/stylest.R

#' stylest: A package for estimating textual distinctiveness
#'
#' stylest provides a set of functions for fitting a model of speaker
#' distinctiveness, including tools for selecting the optimal vocabulary for the
#' model and predicting the most likely speaker (author) of a new text.
#' 
#' @importFrom Matrix rowSums colMeans
#' @importFrom stats smooth quantile
#' 
#' @name stylest
NULL

Try the stylest package in your browser

Any scripts or data that you put into this service are public.

stylest documentation built on March 5, 2021, 1:05 a.m.