Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Need idiot's guide to installing R on Mac 10.3.9. Thanks. BJ
I searched the archives, but couldnt find any way to do this with boxplot. Is there a way? Thanks again ~BJ
-------------- next part -------------- An embedded message was scrubbed... From: BJ <erithid at bellsouth.net> Subject: Re: [R] box plots without whiskers Date: Fri, 27 May 2005 11:29:38 -0400 Size: 3099 Url: https://stat.ethz.ch/pipermail/r-help/attachments...
Lots of good ideas, and great advice! Thank you as always ~Erithid vincent wrote: > lines(...) could perhaps be useful ? > hih > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read...
Thank you so much for help, Jim. But I didn't get any plot after I submit the job except below, which indicating the number of lines for the two inputs. What's the problem? Read 3360 records Read 3360...
Basically, i want to create a 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...
Is there a way to apply a function with several arguements over an array? For instance if you had a function d<-function(a,b,c) {a+b+c} and a 4,3 array, could you apply the function over...
How do you output a list to a text file without the extra line numbers and stuff? I have a list b, and tried zz<-textConnection("captest.txt","w") sink(zz) b sink() close(zz) but that isnt what i...
Dear R-Community, I have the following problem and was wondering whether someone could help me out. I have a number of time series of discharge (up to 3000 data points in some cases) which I would like to compare...
Hello again, thank you again for all of your help. I am trying to get the arguments for a function, in a way that I can handle them. If I do args(fun), it doesnt really do what I want...
Hmm ok, that seems to work with that example, but when I add an "at=" option i get graphs that are only verticle lines. Sorry to be difficult. ~BJ Uwe Ligges wrote: > BJ wrote: > >> I searched the archives, but couldnt...
I am trying to construct a graph of 6 box plots of blood pressures. I want them to be on a single set of axis and I want the SBP to be ontop of the DBP. I have an array...
I got 48 if anyone wants em just let me know. :-) ~Erithid Gorjanc Gregor wrote: >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...
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...
I just asked a question. If I was too vague, then i am sorry. I dont expect anyone to help me, but I thought that it was ok to put the question out there in case someone wanted to help...
Jim, I really appreciate your hlep. You almost solve my problem, I had tried both of your suggestions, but both of them only solve part of problem, and how can I combine their functions? your second sample can't give...
Ahh. Thanks a lot! works great. :-p Ales Ziberna wrote: > names(formals(fun)) > > You need the names of the elements of the list formals produces, not > their content! > > Ales Ziberna > > ----- Original Message ----- From: "BJ" <erithid at bellsouth.net> > To: <r...
I am new to R, can anyone help with boxplot for a dataset like: file1 col1 col2 col3 col4 col5 050350005 101 56.625 48.318 RED 051010002 106 50.625 46.990 GREEN 051190007 25 65.875 74.545...
Does it matter what they are? they are just names. The six box plots are from the array I created with columns. I forgot to add teh dim statement, my mistake. But I thought it was obvious that i was...
Can't find what you're looking for? Try searching with Google .