welcome: please sign in
location: Änderungen von "RstatisTik/RstatisTikPortal/RcourSe"
Unterschiede zwischen den Revisionen 2 und 10 (über 8 Versionen hinweg)
Revision 2 vom 2015-02-10 08:08:03
Größe: 204
Kommentar:
Revision 10 vom 2015-03-01 15:08:17
Größe: 856
Kommentar:
Gelöschter Text ist auf diese Art markiert. Hinzugefügter Text ist auf diese Art markiert.
Zeile 2: Zeile 2:
<<TableOfContents(3)>>
== Data Wrangling ==
 * basic data structures in R: vector, list, data frame
 * indexing
 * data types, type conversions
 * read data from different file types (txt, csv, excel)
 * merging of data frames
 * dplyr, a package for data manipulation, reshaping, summarizing
[[RcourSe/DataWrangling|more]]
[[RcourSe/ExtraDataSets|data sets]]
Zeile 5: Zeile 14:
== Data Wrangling ==
 * read data from different file types (txt, csv, excel)
 * data types, type conversions
 * dplyr, a package for data manipulation
== Functions ==
 * understand R functions
 * generic functions, classes
[[FunctionsInR|more]]

== Exploratory Data Analysis ==
 * oulier detection: visual methods and tests
 * graphics for grouped data
[[ExploreData|more]]

== 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
[[LongitudinalData|more]]

Course Outline

Data Wrangling

  • basic data structures in R: vector, list, data frame
  • indexing
  • data types, type conversions
  • read data from different file types (txt, csv, excel)
  • merging of data frames
  • dplyr, a package for data manipulation, reshaping, summarizing

more data sets

Functions

  • understand R functions
  • generic functions, classes

more

Exploratory Data Analysis

  • oulier detection: visual methods and tests
  • graphics for grouped data

more

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

more

RstatisTik/RstatisTikPortal/RcourSe (zuletzt geändert am 2019-06-26 08:46:37 durch hayd@cbs.mpg.de)