Größe: 892
Kommentar:
|
Größe: 1273
Kommentar:
|
Gelöschter Text ist auf diese Art markiert. | Hinzugefügter Text ist auf diese Art markiert. |
Zeile 4: | Zeile 4: |
* indexing | * [[../FinalFunction/indeXing|indexing]] |
Zeile 6: | Zeile 6: |
* 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 17: |
* [[/FunctionsInR/ApplyR | the apply family ]] | |
Zeile 19: | Zeile 21: |
== Exploratory Data Analysis == | == Graphics == * [[/GridGraphics | ggplot2 ]] == Basic Data Analysis == |
Zeile 22: | Zeile 28: |
* [[/TestsInR/ | classical tests ]] * [[/BasicModels/ | models/Anova ]] |
Course Outline
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