Martin Papenberg

Results 9 comments of Martin Papenberg

Hi Frederik, thanks a lot for your response! I will look into TeXCount. I am converting into pdf, but I'll probably need to use MS Word as well as soon...

Ah, that seems nice. It says it is an RStudio addin, but you can also use an internal function to process any R strings without using RStudio. In a first...

I played around a little and it seems that I was able to write a function that reads an Rmd file and then uses the word count function of wordcountaddin...

Sure, gladly, here is the gist: https://gist.github.com/m-Py/faf679a0a0be3dbafa2b43b390519923 I crossvalidated the function with the RStudio addin - the results are the same (at least they were for me, you might double...

@benmarwick glad I could help. The difference between the two estimates was really rather large, koRpus yielded ~ 10,000 words and stringi only estimated ~ 6,000 words. Thank you for...

Sorry for highjacking this thread. After reading a new preprint ("Bayes Factors for Mixed Models": https://psyarxiv.com/y65h8) that uses BayesFactor to compute Bayes factors for mixed models (including the random slope...

Thanks for your elaborate response, very educational. So let's assume I would like to compare a model that does not assume a random slope with a model that does, the...

Thanks a lot for your input, Richard!

Hello, I mean the mean square between estimate for each factor. I would get those from the afex object like this: ``` # continuing the example from above aoov$Anova[["Sum Sq"]]...