-
Recent Posts
- ggplot2: How Geoms & Aesthetics ≈ Whipped Cream
- Math Notation for R Plot Titles: expression, bquote, & Greek Letters
- Using R to Reason & Test Theory: A Case Study from the Field of Reading Education
- Minimal, Explicit, Python Style Package Loading for R
- Easily Make Multi-tabbed .xlsx Files with openxlsx
Archives
- March 2018
- February 2018
- December 2016
- May 2016
- March 2016
- May 2015
- April 2015
- February 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- December 2013
- November 2013
- September 2013
- August 2013
- July 2013
- May 2013
- March 2013
- February 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
Categories
- analysis
- animation
- annotate
- benchmark
- data
- data generation
- discourse analysis
- factor
- games
- ggplot2
- grapheme
- igraph
- knitr
- letter
- package creation
- parallel
- paste
- plot
- qdap
- r
- random
- regular expression
- reports
- reshape
- slidify
- text
- tidytext
- tidyverse
- trinker
- tylerrinker
- Uncategorized
- visualization
- wakefield
- word cloud
- work flow
Tag Archives: trinker
Math Notation for R Plot Titles: expression, bquote, & Greek Letters
In this post you will learn: How to create expressions that have mixed (1) strings, (2) expressions, (3) variables & (4) Greek letters How to pass in values as variables to an expression I wanted to name this post “Ahhhhhhhhhhh #$@%&!!!!” … Continue reading
Posted in ggplot2, plot, r, trinker, tylerrinker, visualization, work flow
Tagged data science, expression, ggplot2, math notation, plot, R, text, title, trinker, tyler rinker, visualization
5 Comments
Using R to Reason & Test Theory: A Case Study from the Field of Reading Education
Note: Word Press messes up the code. Find the code here: https://github.com/trinker/RandomCaseEffect This past week I was preparing slides for a reading assessment class with a lecture focus on the Visual Word Form Area [VWFA] (Cohen, et al., 2000). This … Continue reading
Posted in grapheme, letter, r, text, trinker, tylerrinker
Tagged #rstats, fusiform gyrus, phonemic awareness, phonics, R, reading, theory, trinker, tyler rinker, visual word form area
5 Comments
Scheduling R Tasks via Windows Task Scheduler
This post will allow you to impress your boss with your strong work ethic by enabling Windows R users to schedule late night tasks. Picture it, your boss gets an email at 1:30 in the morning with the latest company … Continue reading
Posted in r, Uncategorized, work flow
Tagged R, rinker, task scheduler, trinker, tyler rinker, windows, work flow
47 Comments
Visualizing APA 6 Citations: qdapRegex 0.2.0 & qdapTools 1.1.0
qdapRegex 0.2.0 & qdapTools 1.1.0 have been released to CRAN. This post will provide some of the packages’ updates/features and provide an integrate demonstration of extracting and viewing in-text APA 6 style citations from an MS Word (.docx) document. qdapRegex … Continue reading
Posted in ggplot2, qdap, r, regular expression
Tagged apa6, citations, ggplot2, qdap, qdapRegex, qdapTools, R, regex, regular epression, trinker, tyler rinker
2 Comments
GTrendsR package to Explore Google trending for Field Dependent Terms
My friend, Steve Simpson, introduced me to Philippe Massicotte and Dirk Eddelbuettel’s GTrendsR GitHub package this week. It’s a pretty nifty wrapper to the Google Trends API that enables one to search phrase trends over time. The trend indices that … Continue reading
Posted in r
Tagged ggplot2, Google Trend, gtrend, GTrendsR, R, Trends, trinker, tyler rinker
23 Comments
Exploration of Letter Make Up of English Words
This blog post will do a quick exploration of the grapheme make up of words in the English. Specifically we will use R and the qdap package to answer 3 questions: What is the distribution of word lengths (number of … Continue reading
Posted in discourse analysis, qdap
Tagged discourse analysis, grapheme, letters, qdap, R, trinker
5 Comments
Hijacking R Functions: Changing Default Arguments
I am working on a package to collect common regular expressions into a canned collection that users can easily use without having to know regexes. The package, qdapRegex, has a bunch of functions in the form of rm_xxx. The only … Continue reading
Posted in package creation, Uncategorized
Tagged function, hadley, hijack, partial, qdapRegex, R, trinker
7 Comments
qdap 2.1.1 Released
We’re very pleased to announce the release of qdap 2.1.1 What is qdap? qdap (Quantitative Discourse Analysis Package) is an R package designed to assist in quantitative discourse analysis. The package stands as a bridge between qualitative transcripts of dialogue … Continue reading
Posted in qdap, Uncategorized
Tagged discourse analysis, qdap, quantitative discourse analysis, R, text, text mining, trinker, tyler rinker
5 Comments
qdap 1.3.1 Release: Demoing Dispersion Plots, Sentiment Analysis, Easy Hash Lookups, Boolean Searches and More…
We’re very pleased to announce the release of qdap 1.3.1 This is the latest installment of the qdap package available at CRAN. Several important updates have occurred since the 1.1.0 release, most notable the addition of two vignettes and some … Continue reading
qdap 1.1.0 Released on CRAN
We’re very pleased to announce the release of qdap 1.1.0 This is the fourth installment of the qdap package available at CRAN. Major development has taken place since the last CRAN update. The qdap package automates many of the tasks … Continue reading
Posted in qdap
Tagged cran, discourse analysis, package, qdap, quantitative discourse, R, release, text analysis, trinker, tyler rinker
1 Comment