r:lecture
This is an old revision of the document!
Data
R과 함께 인스톨된 public data들은 http://127.0.0.1:13732/library/datasets/html/00Index.html 에서 참조가 가능하다.
Descriptive Statistics
| R 명령어 | |
|---|---|
| 표본수 | length(v) |
| 평균 | mean(v) |
| 분산 | var(v) |
| 표준편차 | sd(v) |
| 표준오차 | sd(v)/sqrt(length(v)) |
| 변동계수 | … |
r/lecture.1446680488.txt.gz · Last modified: by hkimscil
