Kurs zur Nutzung von R in den Sozialwissenschaften
Wie bekommt man Hilfe? ———————-
help.start()
help(name)
?mean
example(lm)
browseVignettes()
demo()
demo(nlm)
apropos
apropos("lm")
## [1] ".__C__anova.glm" ".__C__anova.glm.null" ".__C__glm"
## [4] ".__C__glm.null" ".__C__lm" ".__C__mlm"
## [7] ".__C__optionalMethod" ".colMeans" ".lm.fit"
## [10] "colMeans" "confint.lm" "contr.helmert"
## [13] "dummy.coef.lm" "getAllMethods" "glm"
## [16] "glm.control" "glm.fit" "KalmanForecast"
## [19] "KalmanLike" "KalmanRun" "KalmanSmooth"
## [22] "kappa.lm" "lm" "lm.fit"
## [25] "lm.influence" "lm.wfit" "model.matrix.lm"
## [28] "nlm" "nlminb" "predict.glm"
## [31] "predict.lm" "residuals.glm" "residuals.lm"
## [34] "summary.glm" "summary.lm"
?"regular expression"
help.search("^glm")
RSiteSearch("glm")
R-project + Was ich schon immer wissen wollte
https://www.rstudio.com/resources/cheatsheets/