Browse by category
Tags
- 2012
- anova()
- arrays
- bluff
- california
- cbind()
- collinearity
- correlation
- correlations
- csv
- dataframe
- dataframes
- distribution
- DMDX
- evernote
- Exploratory data analysis
- facet
- Flickr
- getting started
- ggplot
- ggplot2
- graph
- Graphics
- grid
- GUI
- help
- histogram
- ifelse
- july
- label
- lattice
- learnR
- learn R
- library
- LME
- lmer()
- matrices
- matrix
- merge
- mixed effects
- modes
- multicollinearity
- normative
- objects
- ols()
- package
- plot
- plyr
- productivity
- programming
- R-Studio
- rbind()
- regression
- rename
- rstats
- santacruz
- scatterplot
- Scatter plot
- smoother
- social
- statistical concepts
- subset
- summary
- t-test
- title
- utah
- variable
- vector
- vectors
- visualization
- why R?
- workflow
- working directory
- workspace
-
Join 26 other subscribers
-
Recent Posts
- Getting started — loading data, writing and saving scripts January 16, 2014
- Getting started – getting helped January 16, 2014
- Getting started — Installation of RStudio and some packages + using ggplot() to make a simple plot January 16, 2014
- Postgraduate data analysis and interpretation January 16, 2014
- Mixed-effects modeling — four hour workshop — part IV: LMEs November 5, 2013
Tag Archives: correlation
Modelling – examining correlations among predictors
In a previous post, we used merge() to create a joint database holding a large set of data on the attributes of the 160 words presented in a lexical decision experiment whose completion I supervised a while ago. I would … Continue reading
Modelling – examination correlations: advanced scatterplots
This post will focus exclusively on the relationships between pairs of variables. We will be looking at the item norms data, though you might want to practice the R procedures we deploy on the subjects data (see earlier posts here, … Continue reading
Posted in 12. Modelling - scatterplots+, modelling, rstats
Tagged correlation, scatterplot
Leave a comment
Modelling – examining the correlations between predictor variables
This post will consider how to explore the relationship between a set of variables: variables that we will ultimately use in a mixed-effects analysis of lexical decision data. Most of the analyses we will be doing will examine whether observed … Continue reading
Posted in 10. Modelling - collinearity, modelling, rstats
Tagged collinearity, correlation, multicollinearity, regression
Leave a comment
Getting started – drawing a scatterplot, with a linear regression smoother, edited title, label and theme, for report
This post assumes that you have installed and are able to load the ggplot2 package, that you have been able to download the ML subject scores database and can read it in to have it available as a dataframe in … Continue reading →