R tabulate()

Jmnote (토론 | 기여)님의 2022년 1월 18일 (화) 21:06 판 (→‎개요)

1 개요

R tabulate()
tabulate(c(2,3,5))
tabulate(c(2,3,3,5), nbins=10)
tabulate(c(-2,0,2,3,3,5))
tabulate(c(-2,0,2,3,3,5), nbins=3)
tabulate(factor(letters[1:10]))

2 같이 보기

3 참고

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