Skip to content
Back to formatted view

Raw Message

Message-ID: <22489185.post@talk.nabble.com>
Date: 2009-03-13T02:42:59Z
From: johnhj
Subject: print median and sd...

Hii,

Can anybody help me, I don't know how to print the "median". Below is my
code snipplet...

x
<-read.table(file="D:/Uni/Diplom/Diplom/Grafiken/R/BATMAN/Kabel/Batman1hop/Standardabweichung__output_30_1_Kabel(30m)_b.txt")	

png(filename = "D:/Grafiken/R/Standardabweichung/Kopie.png", width = 640,
height = 480,pointsize = 12, bg = "white",  res = NA)

median<-with(x, tapply(V3, grup, median))

???

dev.off()

I will print, the median values with a simple line.. I tried many things but
without success...
I would be very appreciate, if anyone could help me...

greetings,
John

-- 
View this message in context: http://www.nabble.com/print-median-and-sd...-tp22489185p22489185.html
Sent from the R help mailing list archive at Nabble.com.