R sample()

1 개요[ | ]

R sample()
비복원추출
sample(1:10)
sample(1:12, 5)
복원추출
sample(1:12,10,replace=T)
가중치 부여
sample(1:12,10,replace=T,prob=1:12)

2 같이 보기[ | ]

3 참고[ | ]

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