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

12번째 줄: 12번째 줄:


==같이 보기==
==같이 보기==
{{z컬럼3|
* [[R by()]]
* [[R by()]]
* [[R apply()]]
* [[R apply()]]
20번째 줄: 21번째 줄:
* [[R aggregate()]]
* [[R aggregate()]]
* [[R apply 패밀리]]
* [[R apply 패밀리]]
}}


==참고==
==참고==

2021년 4월 22일 (목) 00:43 판

1 개요

R tapply()
df <- read.table("https://raw.githubusercontent.com/shifteight/R/master/TRB/data/daphnia.txt", header=T)
head(df)
attach(df)
tapply(Growth.rate, Detergent, mean)

2 같이 보기

3 참고

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