R stagec 데이터셋

Jmnote (토론 | 기여)님의 2020년 5월 10일 (일) 20:23 판 (새 문서: ==개요== ;R stagec 데이터셋 <source lang='r' run> options(echo=T) library(rpart) str(stagec) stagec[createDataPartition(stagec$ploidy,p=0.05,list=F),] </source> ==같이 보...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

R stagec 데이터셋
options(echo=T)
library(rpart)
str(stagec)
stagec[createDataPartition(stagec$ploidy,p=0.05,list=F),]

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}