Bob Muenchen

Results 7 comments of Bob Muenchen

This was added with prop = "r" or prop = "c".

Thanks for that info! The WordStat approach allows you to specify a gap of N words between the negation term and the sentiment term. Gaps before and after are controlled...

The quanteda package has become the starting point for all my text analysis projects in R. This is due to its superb ability to prepare the data for analysis regardless...

That's one of my favorites. It can be helpful in catching a variable that varies more than usual when the means are on very different scales.

Thanks for all your hard work on rstatix, I love it! One way it could be improved is to accept pairs of variables in some functions rather than requiring a...

I just removed cld from my R workshop because the package that does it also loads MASS, which contains a `select` function and breaks all future use of `dplyr::select` unless...

This problem was solved long ago in R. The tidyverse approach is here: https://coletl.github.io/tidy_intro/lessons/dplyr_join/dplyr_join.html, and I cover the classic R code approach in R for SAS and SPSS Users.