View source: R/observe_ham_on_rye.R
observe_ham_on_rye | R Documentation |
Formatting of the raw text file of Ham on Rye. The function prepares it into a discrete time observed chain by putting each word in a big vector/list, removing punctuation, cases, and titles.
observe_ham_on_rye(punctuation = FALSE, uppercase = FALSE, reducedSize = 10000)
punctuation |
boolean whether to keep punctuation (TRUE) or not (FALSE) |
uppercase |
boolean whether to distinuqish between uppercase (TRUE) or not (FALSE) |
reducedSize |
this text is huge, so using only portions of it makes the DTMC estimation go faster. |
list containing named entries
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.