Displaying 20 results from an estimated 7000 matches similar to: "RE: Adding a line in the graph of 'plot()'"
2004 Nov 26
3
Response Surface
Hi. I'm a student at Simon Fraser University in British Columbia, Canada. I
can't for the life of me figure out how to plot a 3D surface (A 3D response
surface to be more specific) in R. I found your email address on a web
board, and saw someone mention wireframe(), but using the help in R yielded
no results. Any suggestions?
Thanks.
Dean Vrecko
2004 Nov 29
1
: Adding a line in the graph of 'plot()'
Hello.
I'm looking for a way to add a line in a plot of a points that should lie
along a particular line. Can I add a line to the 'plot()' function, maybe
using 'abline()' so that the line is visible in the graph of 'plot()'? How?
More generally, can I overlay plots over one another?
Thanks.
Dean Vrecko
Simon Fraser University
2005 Mar 04
1
Basic stratification calculations
Hi. I'm a student at SFU in Canada. The basic thing I want to do is
calculate means of different strata. I have 2 vectors. One has the values I
want to take the means from, the other is the four strata I am interested
in. So I essentially want to break up the information vector into the four
strata and calculate four means, one for each stratum. How can I do this in
a reasonable way?
Thanks
2006 Jul 29
1
DOE in R
Hi.
I'm a student in a graduate program at Simon Fraser University in Canada.
I am trying to run a simple screening experiment with some simulated data.
I simply want to do an ANOVA of an experiemnt with 5 factors (4 have 2
levels, the last has 3 levels) and 48 runs (ie, full factorial).
The thing is that I have multiple observations for each level combination
(run).
So,
1) How do I do
2003 May 14
2
Is there a simple method of changing text into 'Proper Ca se'
Yes and no. Given your response it appears that "Proper Case" is not a term
that everyone uses. In Excel there is a function "Proper" which in essence
changes "this line into something like this" into "This Line Into Something
Like This."
My look at casefold seesm to be that is is a wrapper of two functions to
change text into either Lower or Upper case.So
2003 May 14
1
Is there a simple method of changing text into 'Proper Case'
I am probably just looking in the wrong place. I am sure there are a number
of ways to do this. If anyone could point me in the right direction it would
be very much appreciated.
Thanks
_________________________________________________
Tom Mulholland
Senior Policy Officer
WA Country Health Service
189 Royal St, East Perth, WA, 6004
Tel: (08) 9222 4062
e-mail:
2005 Jun 28
0
R-help Digest, Vol 28, Issue 28
On Tuesday 28 June 2005 15:30, r-help-request at stat.math.ethz.ch wrote:
Re : 37. Re: A. Mani : colours in Silhouette (Mulholland, Tom)
>
> Message: 37
> Date: Tue, 28 Jun 2005 09:08:24 +0800
> From: "Mulholland, Tom" <Tom.Mulholland at dpi.wa.gov.au>
> Subject: Re: [R] A. Mani : colours in Silhouette
> To: <a_mani_sc_gs at vsnl.net>, <r-help at
2003 Jul 17
1
Recode from 2 variables
I am trying to create a new variable which uses the suburb names if HR
and HRRES are the same but which uses HRRES if they are different. Any
assistance would be appreciated as my brain has just packed up. I'm not
sure I can teach myself anymore new tricks this afternoon.
HR HRRES SUBURB
What I am trying to get
954 Wheatbelt
2003 Jun 04
4
Strip location and grid colour in Lattice
I am probably missing something quite obvious, but any help would be
appreciated. I am continually getting people misreading the lattice plots
because they are expecting the strip (with the factor names in them) to be
below the graph. Is there anyway of achieving this.
Secondly, from a more personal note I find the grid formed by the axes to be
a bit overpowering and would like to make it a
2003 Aug 28
0
Re: diamond graphs, patents and rootograms
Talking about Excel, you can produce excellent graphs in Excel. Yes you
have to work at it, but you can get there. The problem is that they are
not the default. My gut feeling is that R will make more of an impact in
the presentation of graphics than any implementation in Excel.
So even if a patent were granted and it made itself into a mainstream
package, would it change the world or would the
2004 Dec 23
1
How do you generate multiple sequences
I thought it would be quite simple to generate a number of sequences, but my only answer is to loop and this doesn't seem in keeping with R's capabilities.
In short I have the start and finish positions of several (well thousands probably) sequences. So I am looking at how do I take
x <- c(2,6,13,20)
y <- c(4,10,16,24)
and produce a list with four components with the appropriate
1999 Jan 08
0
Subject: smb.conf information request
l.arzeni@pride.it wrote:
> Date: Thu, 7 Jan 1999 18:52:44 +0100
> From: "Luca Arzeni" <l.arzeni@pride.it>
> To: "Multiple recipients of list" <samba@samba.anu.edu.au>
> Subject: smb.conf information request
> Message-ID: <000d01be3a66$87292b50$8e04010a@c97_124.primi.pride.it>
>
> Hi there,
>
> ENVIRONMENT: server: HP-UX11.0,
2004 Jun 09
2
Help with a Lattice plot that fails with an empty unique combination
While using Lattice I received the following error.
Error in if (xx != 0) xx/10 else z/10 : argument is of length zero
In addition: Warning messages:
1: is.na() applied to non-(list or vector) in: is.na(x)
2: is.na() applied to non-(list or vector) in: is.na(x)
3: no finite arguments to min; returning Inf
4: no finite arguments to max; returning -Inf
5: NaNs produced in: log(x, base)
Can anyone
2004 Jun 09
2
Help with a Lattice plot that fails with an empty unique combination
While using Lattice I received the following error.
Error in if (xx != 0) xx/10 else z/10 : argument is of length zero
In addition: Warning messages:
1: is.na() applied to non-(list or vector) in: is.na(x)
2: is.na() applied to non-(list or vector) in: is.na(x)
3: no finite arguments to min; returning Inf
4: no finite arguments to max; returning -Inf
5: NaNs produced in: log(x, base)
Can anyone
2005 Jan 07
3
Basic Linear Algebra
I don't normally have to go anywhere near this stuff , but it seems to me that this should be a straight-forward process in R.
For the purposes of this enquiry I thought I would use something I can work out on my own.
So I have my matrix and the right hand results from that matrix
tdata <- matrix(c(0,1,0,-1,-1,2,0,0,-5,-6,0,0,3,-5,-6,1,-1,-1,0,0),byrow = T,ncol = 5)
sumtd <-
2012 Apr 21
1
hdf library for windows
The question puzzled me at first, because of your use of "library". It
looks as if the hdf5 r "package" utilises the "windows hdf5 library"
binary.
My reading is that you will have to compile the package yourself after
you have downloaded the hdf windows dll from hdf.ncsa.uiuc.edu The
instructions are in win.readme.txt of the package source which you can
download at
2003 Dec 03
1
R and Memory
I would suggest that you make a more thorough search of the R-Archives.
(http://finzi.psych.upenn.edu/search.html) If you do you will find this
discussion has been had several times and that the type of machine you
are running will have an impact upon what you can do. My feeling is that
you are going have to knuckle down with the documentation and understand
how R works and then when you have
2005 Oct 20
1
Windows 2000 crash while using rbind (PR#8225)
Windows 2000 reports that "Rgui.exe has generated errors and will be =
closed by Windows. You will need to restart the program." when using =
rbind.=20
df1 <- data.frame(cbind(x=3D1, y=3D1:1000), fac=3Dsample(LETTERS[1:3], =
1000, repl=3DTRUE))
df2 <- data.frame(cbind(x=3D1, y=3D1:10), fac=3Dsample(LETTERS[4:6], =
10, repl=3DTRUE))
df3 <- data.frame(cbind(x=3D1,
2003 Dec 24
0
Is there an R or S implementation of PAMSIL or PAMMEDSIL
I have some data that is dwarfed by one large cluster. I came across a
paper titled "A New Partitioning Around Medoids Algorithm" (van der
Laan, Pollard & Bryan, 2002) http://www.bepress.com/ucbbiostat/paper105/
that describes PAMSIL and PAMMEDSIL that look as though they might be
more appropriate for the data I have.
There does not appear to be much out there which is describing
2007 Apr 12
2
Best External PRI Gateway?
I'm currently looking to interconnect my Asterisk PBX system with the PSTN
via a digital PRI/T1.
I know a multitude of options exist for internal PCI cards
(Digium/Sangoma/Rhino), I was wondering if anyone has any experience or
recommendations of external PRI media gateways that support SIP.
So far I've found:
VegaStream Vega 400
Audiocodes Mediant 2000
MediaTrix 1531
However they are