R 평균 mean()

(R mean()에서 넘어옴)

1 개요[ | ]

R mean()
x <- c(1,2,3,4,5)
mean(x) ## 3

2 같이 보기[ | ]

3 참고[ | ]

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