
INTRO 1. 데이터 탐색 2. 결측값 처리 : missing data handle 3. 이상치 탐색 : outlier detection 1. 데이터 탐색 : 데이터 기초 통계를 이용한 데이터 구조 파악 summary(statistics), cov(covariance, 공분산), cor(correlation, 상관관계) test_missingdata_outlier.R rm(list=ls()) setwd = "~/Rcoding" data(iris) head(iris) str(iris) ## basic statistics summary(iris) ## covariance cov(iris[,1:4]) ## correlation cor(iris[,1:4]) 출력결과 > source("~/Rcoding/test..
R
2022. 4. 4. 18:41
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 코로나19
- sublime text
- 코로나
- analysis
- 자가격리
- DAQ
- COVID-19
- 라즈베리파이
- SSH
- Django
- 확진
- Pandas
- server
- ERP
- raspberrypi
- DS18B20
- Regression
- r
- git
- arduino
- MacOS
- Templates
- github
- pyserial
- CSV
- vscode
- Model
- template
- Raspberry Pi
- Python
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
글 보관함