Important R-functions used in the 1st tutorial Packages: - nlme für Longitudinale Daten - lattice für Visualisierung Useful functions in nlme: - reshape() - groupedData() - gls() - plot() für groupedData Objekte General: - rowSums() - xtabs() - with() - order() - seq_along() - rbind() lattice-functions: - xyplot() - loess() - panel.superpose() - panel.xyplot() - panel.loess() - panel.lines() - panel.points()