Wie schalte ich die numerische Ausgabe von boxplots (mit plot=FALSE) in etwas brauchbar?

Ich bin erfolgreich mit dem boxplot Funktion zu generieren... boxplots. Nun muss ich das generieren von Tabellen mit Statistiken, die boxplot berechnet, um plots.

Dafür benutze ich die plot=FALSE option.

Das problem ist, dass dieses produziert Daten in eine eher seltsame format, dass ich einfach nichts tun kann mit. Hier ist ein Beispiel:

structure(list(stats = structure(c(178.998262143545, 182.227431564442, 
202.108456373209, 220.375358994654, 221.990406228232, 216.59986775699, 
217.054997032148, 228.509462713206, 267.070720949859, 284.832378859975, 
189.864120937198, 201.876421960518, 219.525439081472, 234.260088973545, 
279.343359793024, 209.472617639903, 209.526516071858, 214.785213079737, 
230.027361556731, 240.0647114578, 202.057148813419, 207.375619207685, 
220.093663781351, 226.246698737471, 240.343646265795), .Dim = c(5L, 
5L)), n = c(4, 6, 8, 4, 8), conf = structure(c(171.971593703341, 
232.245319043076, 196.247705331772, 260.771220094641, 201.435457751239, 
237.615420411705, 198.589545146688, 230.980881012787, 209.552007821332, 
230.635319741371), .Dim = c(2L, 5L)), out = numeric(0), group = numeric(0), 
names = c("U", "UM", "M", "LM", "L")), .Names = c("stats", "n", "conf", "out", "group", 
"names"))

Was ich will ist eine Tabelle, die für jeden von der Statistik -- min, max, median und die Quartile -- und deren Werte für jede Gruppe (die, die im "Namen").

Könnte jemand mir eine hand mit diesem? Ich bin sehr viel ein R Anfänger.

Vielen Dank im Voraus!

  • Gil, benötigen Sie die entsprechenden zahlen an das Ende der Bärte oder die minimum und maximum der Daten?
InformationsquelleAutor Gil Williams | 2012-01-13
Schreibe einen Kommentar