R tapply()

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 }}