"R summary()"의 두 판 사이의 차이

잔글 (Jmnote님이 R summary() 문서를 R언어 summary() 문서로 이동했습니다)
29번째 줄: 29번째 줄:
* [[R head()]]
* [[R head()]]
* [[R tail()]]
* [[R tail()]]
* [[R table()]]


[[분류: R]]
[[분류: R]]

2019년 4월 5일 (금) 16:55 판

1 개요

summary(BOD)
#      Time           demand     
# Min.   :1.000   Min.   : 8.30  
# 1st Qu.:2.250   1st Qu.:11.62  
# Median :3.500   Median :15.80  
# Mean   :3.667   Mean   :14.83  
# 3rd Qu.:4.750   3rd Qu.:18.25  
# Max.   :7.000   Max.   :19.80
summary(iris)
#  Sepal.Length    Sepal.Width     Petal.Length    Petal.Width   
# Min.   :4.300   Min.   :2.000   Min.   :1.000   Min.   :0.100  
# 1st Qu.:5.100   1st Qu.:2.800   1st Qu.:1.600   1st Qu.:0.300  
# Median :5.800   Median :3.000   Median :4.350   Median :1.300  
# Mean   :5.843   Mean   :3.057   Mean   :3.758   Mean   :1.199  
# 3rd Qu.:6.400   3rd Qu.:3.300   3rd Qu.:5.100   3rd Qu.:1.800  
# Max.   :7.900   Max.   :4.400   Max.   :6.900   Max.   :2.500  
#       Species  
# setosa    :50  
# versicolor:50  
# virginica :50

2 같이 보기

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