Displaying 6 results from an estimated 6 matches for "erithid".
2005 May 18
2
applying a function over an array
...tion(a,b,c) {a+b+c} and
a 4,3 array, could you apply the function over each line of the array?
tapply seems to only allow one argument, and I just can't think of a way
to explicitly tell R that I am passing it 3 distinct objects instead of
1 complex one. Thank you as always for your help. ~Erithid
2005 May 27
4
plotting box plots on same x
...t;Blood Pressures", at=c(1,1,2,2,3,3),
names=c("sit","","lie","","stand",""))
which is close to what I want, but it gives me a bunch of empty space at
the end. is there a better way to do this to avoid this?
As always, Thank You. ~Erithid
2005 May 27
2
I never made any assumption athat anyone had any obligation to do anything
...ppreciate the help of the poeple on this list
as they are an invaluable resource, especially since the R documentation
is sketchy at times. I am sorry for wasting everyones time. I just dont
like being yelled at first thing in the morning for asking for help on a
help list. See you all around ~Erithid
2005 May 25
3
Any ideas on how to add a dotted line to a box plot to indicate a specific value?
...boxplot from population data, with a solid
line for the median, and then a dotted line for a specific persons
value. Is there a way to artificially introduce another line or mark of
some kind in a box plot? Thanks again for all of yoru help. Hopefully
soon I wont have to keep bugging you all. ~Erithid :-p
2005 Mar 25
4
Gmail invitation
Hello R users!
I just found out that I have 49 invitations for Gmail (gmail.google.com).
I have been using it now for a while and is really nice. Don't forget
1 GB for free.
I will invite those who respond to this mail by FIFO.
--
Lep pozdrav / With regards,
Gregor Gorjanc
------------------------------------------------------------------------
University of Ljubljana
Biotechnical
2006 Feb 03
2
Infinite loop running Mod_R/Rapache
I installed mod_r according to the specifications, and have been trying
to get the demo script to work correctly. I am running debian, the
latest build of R, apache 2 with prefork mpm, and the latest mod_r. Is
anyone else using this module successfully? I added:
LoadModule R_module mod_R.so
<Location /test/hello>
SetHandler r-handler
Rsource /var/www/html/test.R
RreqHandler