R ?

Jmnote (토론 | 기여)님의 2019년 4월 26일 (금) 22:34 판 (→‎개요)

1 개요

R ?
  • 명령어에 대한 도움말을 보여주는 R 명령어
## ? mean
## mean                   package:base                    R Documentation
## 
## _�A_�r_�i_�t_�h_�m_�e_�t_�i_�c _�M_�e_�a_�n
## 
## _�D_�e_�s_�c_�r_�i_�p_�t_�i_�o_�n:
## 
##      Generic function for the (trimmed) arithmetic mean.
## ...
##      x <- c(0:10, 50)
##      xm <- mean(x)
##      c(xm, mean(x, trim = 0.10))

2 같이 보기

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