Displaying 2 results from an estimated 2 matches for "batman1hop".
2009 Mar 13
1
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 value...
2009 Mar 14
1
multiple hypothesis testing
...j <jharris@web.de> wrote:
> >
> > 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))...