Größe: 922
Kommentar:
|
← Revision 14 vom 2015-06-02 08:39:23 ⇥
Größe: 1402
Kommentar:
|
Gelöschter Text ist auf diese Art markiert. | Hinzugefügter Text ist auf diese Art markiert. |
Zeile 2: | Zeile 2: |
== User Interfaces == * [[/DeducerR / |Deducer - a clickable gui for R]] |
|
Zeile 6: | Zeile 10: |
* read data from different file types (txt, csv, excel) * merging of data frames * dplyr, a package for data manipulation, reshaping, summarizing\ |
* [[../FinalFunction/ReadingFiles|read data from different file types (txt, csv, excel)]] * [[../FinalFunction/CombDataFrames|combining two data frames]] * [[../FinalFunction/CombMoreDataFrames|combining more than two data frames]] * [[../FinalFunction/DplyR|dplyr, a package for data manipulation, reshaping, summarizing]] |
Zeile 16: | Zeile 21: |
* [[/FunctionsInR/ApplyR | the apply family ]] | |
Zeile 19: | Zeile 25: |
== Exploratory Data Analysis == | == Graphics == * [[/GridGraphics | ggplot2 ]] == Basic Data Analysis == |
Zeile 22: | Zeile 32: |
* [[/TestsInR/ | classical tests ]] * [[/BasicModels/ | models/Anova ]] * [[/RepeatedAov/ | repeated measures Anova ]] |
Course Outline
User Interfaces
Data Wrangling
- basic data structures in R: vector, list, data frame
- data types, type conversions
dplyr, a package for data manipulation, reshaping, summarizing
Functions
- understand R functions
- generic functions, classes
Graphics
Basic Data Analysis
- oulier detection: visual methods and tests
- graphics for grouped data
Analysis of Longitudinal Data
- Exploring Longitudinal Data on Change:
- Descriptive Analysis of Individual Change
- Difference in Change across People
- Multilevel Models for Change
- Missing Data