[This article was first published on T. Moudiki’s Webpage – R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content…
ShinyQDA: R Package and Shiny Application for the Analysis of Qualitative Data
[This article was first published on Jason Bryer, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click…
Word-Online: recreating Karpathy’s char-RNN (with supervised linear online learning of word embeddings) for text completion
In this post, I implement a simple word completion model, based on Karpathy’s char-RNN, but using supervised linear online learning of word embeddings. More precisely, I use the SGDClassifier from scikit-learn, which…
9 new books added to Big Book of R
I’m happy to announce 9 additions to the Big Book of R! Many thanks to Gary, Luis, Roger and Stephen for their contributions! The collection stands at almost 450 free, open-source (and…
Getting started with Crane
[This article was first published on Open Analytics, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click…
Devops for Data Scientists (R & Python) workshop
[This article was first published on R-posts.com, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here…
2025-01 LaTeX Typesetting in R
[This article was first published on R – Stat Tech, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on…
A Function to Draw Complex Multiplets
Inspired by Roman A. Valiulin’s book NMR Multiplet Interpretation (discussed previously), I decided to write an R function to draw complex multiplets. The function will draw the multiplet, and optionally, can draw…
Customize your expedition: Create a unique documentation for your R Package
[This article was first published on Rtask, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here…