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
Category Archives: rstats
Getting started – a quick word on destinations – plotting
A critical reason for learning to use R is the superior capacity that affords to visualize data. If you learn to plot data with R you are learning to plot data using the best tools now available. There are four … Continue reading
Posted in .Interim directions, plotting data, rstats
Tagged base, ggplot2, Graphics, grid, lattice, plot, visualization
Leave a comment
Getting started – R-Studio, ggplot, installing packages and loading them for use
Install R Revise how to install R, as previously discussed here and here. Installation How do you download and install R? Google “CRAN” and click on the download link, then follow the instructions (e.g. at “install R for the first time”). … Continue reading
Posted in 3. Getting started - install, getting started, GUI, rstats
Tagged ggplot2, library, object, package, programming, R-Studio, rstats
1 Comment
I recommend R in the sense that:
[CC attribution: flickr user gnatallica – http://www.flickr.com/photos/gnatallica/5120063269/%5D
Plot your data
I would start plotting my data almost from the beginning. You can get an impression of how powerful the visualization capacity of R is from this gallery. There are multiple systems for doing graphics in R (cf. in SPSS where you … Continue reading
Posted in .Interim directions, plotting data, rstats
Tagged graph, plot, rstats, visualization
Leave a comment
Getting started in R – me and other people on how to get started
As noted previously, there are a huge number of resources on how to get started with R, available online. I will be making my own contributions to this genre but before I really get rolling with that, it is fair … Continue reading
Posted in 2. Getting started - How to, rstats
Tagged getting started, learn R, rstats
Leave a comment
Getting started in R – other people on why R?
Why use R? For inside-r, it’s because R is free, a language, a system with great graphics capabilities, a flexible toolkit, access to the cutting-edge, and a vibrant and supportive user community. For Kevin Goulding, the reasons also include that … Continue reading
Posted in 1. Getting started - Why R?, getting started, rstats
Tagged rstats, why R?
Leave a comment
Getting started in R – Why R?
I will be sharing how to get started in R, using R-Studio. Most R blogs (see R bloggers) include a ‘getting started’ entry and this will be my first (autobigraphical) version of ‘getting started’, built around my answers to the … Continue reading
Posted in 1. Getting started - Why R?, getting started, GUI, rstats
Tagged command line, getting started, help, learnR, rstats
Leave a comment
Getting started – Learning how to learn
Getting help, in R, is about other people: http://www.r-bloggers.com/r-and-social-media/
What they call workflow
[Password protected version of this post, under resources, with downloadable example files] Many researchers talk about workflow. This refers to the series of steps involved in completing an investigation: going from intention to paper, to paraphrase the title of Levelt’s … Continue reading