Tuesday, August 4, 2020
A Publication Workflow for Organising Files and Directories
Tuesday, March 5, 2019
Home, End, Page Up, Page Down Keys in OSX
Tuesday, November 14, 2017
Ways that closed access academic publishers could improve
Accessing a journal article that my institution has paid for should be as simple as going to the standard publications home page (with one more click to download the pdf).
While from a broader societal level, there are many reasons to like open access publishing. However, for working scientists with institutional access to most journals, the day-to-day issue with closed access publishers is usability related. Here are a few things that I wish all publishers would do:
Friday, March 31, 2017
Generating APA style tables in R: Current challenges
Monday, September 12, 2016
Suggestions for how R and RStudio could improve auto-completion and usability of R
Thursday, July 7, 2016
Workflow for Completing a Revise and Resubmit of a Journal Article in Psychology
I have a template document for representing revise and resubmit responses.
See my templates page on github and specifically see the file "response-to-reviewers.dotx".
Managing Timeframes from Initial Submission to Final Acceptance of Journal Articles in Psychology
Wednesday, May 28, 2014
Customising ProjectTemplate in R
ProjectTemplate package. Wednesday, December 4, 2013
Using R to replicate common SPSS multiple regression output
Tuesday, November 19, 2013
Writing a Concise Introduction to a Psychology Journal Article: An Article Deconstruction
I often talk about article deconstruction as a useful method for extracting principles for writing journal articles. The following is an article deconstruction of the introduction section of Fujita and Diener (2005). The writing principles extracted may be relevant to others writing introductions to journal articles in psychology.
Monday, November 11, 2013
How to convert manual APA references to Endnote references in Word
When collaborating on a journal article with colleagues I sometimes get Word documents that have manually formatted references. I often want to convert the manual references to Endnote references. The following post discusses a workflow for doing this.
Thursday, October 10, 2013
Tutorials, Answers, and Data Files for Multivariate Research Methods Course using SPSS and Amos
I recently developed a set of tutorials for teaching research methods using SPSS and Amos to I/O psychology students. I thought they might be useful for other instructors or people learning intermediate multivariate research methods to social and behavioural science students. Thus, I have made the resources available as a downloadable repository.
Wednesday, July 17, 2013
Evaluating the Potential Incorporation of R into Research Methods Education in Psychology
I was recently completing some professional development activities that required me to write a report on a self-chosen topic related to diversity in student backgrounds. I chose to use the opportunity to reflect on the potential for using R to teach psychology students research methods. I thought I'd share the report in case it interests anyone.
Friday, March 15, 2013
Google Reader Replacements: Feedly and The Old Reader
Monday, July 23, 2012
Beamer presentations using pandoc, markdown, LaTeX, and a makefile
This post discusses the creation of beamer presentations using a combination of markdown, pandoc, and LaTeX. This workflow offers the potential to reduce typing and increase readability of beamer presentation source code. Source code for an example presentation is provided containing markdown and LaTeX source code along with a makefile for building the beamer PDF.
Thursday, July 19, 2012
Video: knitr, R Markdown, and R Studio: Introduction to Reproducible Analysis
This post presents the video of a talk that I presented in July 2012 at Melbourne R Users on using knitr, R Markdown, and R Studio to perform reproducible analysis. I also provide links to a github repository where the R markdown examples can be examined and the slides can be downloaded.
Sunday, June 10, 2012
Converting Sweave LaTeX to knitr LaTeX: A case study
The following post documents the steps I needed to take in order to convert a project using Sweave LaTeX into one using knitr LaTeX.
Monday, June 4, 2012
How to Convert Sweave LaTeX to knitr R Markdown: Winter Olympic Medals Example
The following post shows how to manually convert a Sweave LaTeX document into a knitr R Markdown document. The post (1) reviews many of the required changes; (2) provides an example of a document converted to R Markdown format based on an analysis of Winter Olympic Medal data up to and including 2006; and (3) discusses the pros and cons of LaTeX and Markdown for performing analyses.
Friday, May 18, 2012
Example Reproducible Report using R Markdown: Analysis of California Schools Test Data
This is a quick set of analyses of the California Test Score dataset. The post was produced using R Markdown in RStudio 0.96. The main purpose of this post is to provide a case study of using R Markdown to prepare a quick reproducible report. It provides examples of using plots, output, in-line R code, and markdown. The post is designed to be read along side the R Markdown source code, which is available as a gist on github.
Thursday, May 17, 2012
Getting Started with R Markdown, knitr, and Rstudio 0.96
This post examines the features of R Markdown
using knitr in Rstudio 0.96.
This combination of tools provides an exciting improvement in usability for
reproducible analysis.
Specifically, this post
(1) discusses getting started with R Markdown and knitr in Rstudio 0.96;
(2) provides a basic example of producing console output and plots using R Markdown;
(3) highlights several code chunk options such as caching and controlling how input and output is displayed;
(4) demonstrates use of standard Markdown notation as well as the extended features of formulas and tables; and
(5) discusses the implications of R Markdown.
This post was produced with R Markdown. The source code is available here as a gist.
The post may be most useful if the source code and displayed post are viewed side by side.
In some instances, I include a copy of the R Markdown in the displayed HTML, but most of the time I assume you are reading the source and post side by side.