R
From Wiki1
(Difference between revisions)
m (→Working with R) |
m (→Working with R) |
||
Line 15: | Line 15: | ||
== Working with R == | == Working with R == | ||
+ | * [[/Comparing tidyverse with base R]] | ||
* Finding all the functions in all the packages that will do a particular task: | * Finding all the functions in all the packages that will do a particular task: | ||
** Install package 'sos' and use its function 'findFn': e.g. findFn("Item Response Theory") | ** Install package 'sos' and use its function 'findFn': e.g. findFn("Item Response Theory") |
Latest revision as of 10:20, 10 May 2019
Contents |
Getting started with R
- Getting started with R
- Tutorials, courses and blogs
- Searching in the R universe
- R mailing lists
- William Revelle (2013) An introduction to R in Personality Research
- An outstanding introduction to R for researchers in any field.
Local courses
- A Gentle Introduction to R by Carrie Smith and Rob Cribbie
- SCS 2011: Statistical Analysis and Programming with R
TABA Talk, Jan. 15, 2013
Working with R
- /Comparing tidyverse with base R
- Finding all the functions in all the packages that will do a particular task:
- Install package 'sos' and use its function 'findFn': e.g. findFn("Item Response Theory")
- FAQ
- Big Data with R
- Building packages
- C functions in R code
- Date objects in R
- Setting up an Rprofile
- High Performance Computing with R
- Importing data into R
- Local packages
- Mixed Models with R
- Predict with expand.grid
- Reshaping data
- Traps and pitfalls
- /Updating R
- Faster Basic Linear Algebra Subprograms (BLAS)
Graphics in R
- R Graphs Gallery
- This is a collection of useful graphs. Please add to it.
- R Graphical Manual
- Lattice tricks
- Chart chooser for ggplot2
Links
- An aggregation of lots of current R web content: R bloggers
- Compiling packages under Windows
- Using R for Survival Analysis
- A blog about statistics and R: Revolutions
- Google's style guide for R
- test