Questions tagged [describe.by]
2 questions
8
votes
2 answers
Export describe.by (package psych) as csv file in R
Does anyone know how to export describe.by statistics to csv in R? I get this message:
estatistica <- describe.by(pag,list(pag$Jogo)
write.table(estatistica,file="H:/Myfile.csv",sep=",")
"Erro em as.data.frame.default(x[[i]], optional = TRUE,…

karips
- 151
- 1
- 1
- 11
1
vote
2 answers
How to generate five number summary using describe.by
I wonder how to call for five-number stats from describeBy() function as provided by summary(). After calling library(psych), the current function reports min, max and median, but not stats for 25th and 75th quartiles.…

Lily
- 637
- 2
- 7
- 16