Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- R dplyr
- 카플란마이어
- dplyr
- CrossValidation
- 미국 선거데이터
- R문법
- 의사결정나무
- R 결측치
- R ggplot2
- R filter
- ggsurvplot
- geom_errorbar
- ggplot()
- Bias-Variance Tradeoff
- 주식데이터시각화
- R 연습문제
- 생존그래프
- 생존분석
- 교차타당성
- R
- 데이터핸들링
- ISLR
- 확률실험
- 데이터 핸들링
- ggplot2
- R select
- 콕스비례모형
- 강화학습 #추천서적 #강화학습인액션
- R mutate
- 이산형 확률분포
Archives
- Today
- Total
목록R select (1)
Must Learning With Statistics

Chapter7. R 중급문법 2단계 이번 장에서는 이전에 다루었던 dplyr를 조금 더 심도 있게 다룹니다. 0. 데이터 불러오기 다운로드 링크 : 추가 예정 library(dplyr) STOCK = read.csv("D:\\Dropbox\\DATA SET(Dropbox)\\Uniqlo_stocks2012-2016.csv") STOCKDate=as.Date(STOCKDate) STOCKYear=as.factor(format(STOCKDate,"%Y")) STOCKDay=as.factor(format(STOCKDate,"%a")) str(STOCK) 'data.frame': 1226 obs. of 9 variables: $ Date : Date, format: "2016-12-30"..
MustLearning with R 1편
2020. 1. 29. 20:39