Displaying 20 results from an estimated 64 matches for "andreww".
Did you mean:
andrew
2002 Jul 23
3
Aggregate: assembling the "by" part on the fly
...how to assemble the "by" argument inside
extract.data() when I wish aggregate() to use all the
columns in my data frame.
Thank you very much for your help.
Regards,
Andrew C. Ward
CAPE Centre
Department of Chemical Engineering
The University of Queensland
Brisbane Qld 4072 Australia
andreww at cheque.uq.edu.au
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To...
1999 Jan 25
1
NT domain accounts keep being locked out
...0 on aix3.2.5.. Was using 1.9.18p10 before with no
problems. I am authenticating through an NT domain (HCHQ) and have
smb.conf set so most shares are public (though one gets updated by me
every now and then). We never used encrypted passwords.
I had 'read only = true' and 'write list = andreww jons' (I also 'force
user' so that files are owned by me..) so that everyone else could read,
but I could update. This worked well on old samba, but now I appear to
have to enable encrypted passwords, make private/smbpasswd and do an
initial smbpasswd to set up an entry. However, samba...
2003 Sep 04
2
laplace transform
Dear users,
is anybody of you aware of a R command to perform laplace transform or
even its inversion?
Thank you very much.
Luca
2003 Jul 22
3
R and C++ compared with only C++
My computer is a pentium 4 running at 2.4 GHz.
My R is 1.7.1
I have written a program in R that calls C++. The program spends most of the
time in C++ ( > 90% ). R basically deals with output and input.
How slower can this be compared with the program I would get from rewriting
everything in C++?
Thank you.
2003 Aug 21
5
graphic widow overwrite
Hi,
I am running a loop to plot multiple plots. In s-plus,
it shows multiple pages in the graphic window to allow
checking on each plot. but in R, the next plot always
overwrite the previous one, so i can only have the
last plot produced, is there a way to have multiple
pages in the graphic window just like S-plus does?
Thanks
2003 Apr 24
5
Fast R implementation of Gini mean difference
...for (i in 1:n) {
for (j in 1:n) {
tmp <- tmp + w[i]*abs(x[i]-x[j])
}
}
retval <- 0.5*sqrt(pi)*tmp/((n-1)*sum(w))
}
gmd(rnorm(100))
Regards,
Andrew C. Ward
CAPE Centre
Department of Chemical Engineering
The University of Queensland
Brisbane Qld 4072 Australia
andreww at cheque.uq.edu.au
2003 Jul 30
6
reverse array indexing
Hi,
Suppose I have a multidimensional array:
tmp <- array(1:8, c(2,2,2))
is there a function out there that, given a one-dimensional array index,
will
return the separate indices for each array dimension?
for instance, tmp[8] is equivalent to tmp[2,2,2]. I'd like to derive the
vector (2,2,2)
from the index 8.
thanks,
Brad Buchsbaum
2001 Aug 03
0
update.packages: Resolution
...ot this in the documentation. Thank you again. As already
stated (by me and by others) this feature is very useful and the contributors
deserve much congratulations.
Regards,
Andrew C. Ward
CAPE Centre
Department of Chemical Engineering
The University of Queensland
Brisbane Qld 4072 Australia
andreww at cheque.uq.edu.au
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-h...
2002 Jul 18
0
Importing Data
...t matter)
and do some processing or reduction before I read it in. It sometimes may
be worth writing a C program, or whatever, if you're having lots of problems
getting and crunching the data in R.
Regards,
Andrew C. Ward
CAPE Centre,
The University of Queensland
Brisbane Qld 4072 Australia
andreww at cheque.uq.edu.au
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-...
2002 Jul 18
0
Australian CRAN mirror
...nks for Australia is not correct,
and I'm wondering how to have it updated.
The incorrect address is http://cran.mirror.aarnet.edu.au/
and the correct one is http://mirror.aarnet.edu.au/pub/CRAN/.
Regards,
Andrew C. Ward
CAPE Centre,
The University of Queensland
Brisbane Qld 4072 Australia
andreww at cheque.uq.edu.au
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-...
2002 Oct 21
1
Script
I am brand new to R and would like to know if there is
a way to be able to create, save and retrieve a
program in R like a script object in S-Plus. I am
just not sure how to do this. I'm sure there are many
ways to do this ranging from simple to complex, but
the simplest way would be best for me. Thanks, in advance...
__________________________________________________
Y! Web Hosting - Let
2002 Nov 21
1
Pearson's correlation coefficient?
How do I get non-squared correlation coefficient in some more
sensible way than
sqrt(summary(lm(y~x))$r.squared)?
Thanks
Matej
--
Matej Cepl, matej at ceplovi.cz,
Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
The difference between death and taxes is death doesn't get worse
every time Congress meets
-- Will
2003 Jan 17
0
Re: Universal legend in plot
...h that it can be restructured into a form amenable to a
lattice plot, such as xyplot()? In that case, the legend (key in lattice)
can be placed pretty much anywhere.
Regards,
Andrew C. Ward
CAPE Centre
Department of Chemical Engineering
The University of Queensland
Brisbane Qld 4072 Australia
andreww at cheque.uq.edu.au
On Friday, January 17, 2003 10:22 PM, Vumani Dlamini
[SMTP:dvumani at hotmail.com] wrote:
> Dear R-users:
>
> I asked a question on how I can have a universal legend in a plot and
> received the following result. I tried using "layout" but I can't s...
2003 Jan 31
1
Question about trellis graphs
Dear List Members
I'm using R to create a trellis plot using the library of Pinheiro & Bates
(trellis graph for grouped data). Here is my question: How can I change the
format of the axis (x or y) in terms of the number decimal points that
should appear on the plot? In other words, I have that for a set of plots in
the y-axis the values appear as 0.2,0.3, etc and for another set they
2003 Jan 31
1
Help on Scatte Plot Matrix
Hey, All
Now I have a data set which is n-dimensional.
And want to plot the Scatter Plot Matrix which
is n by n.
Does R have such function to achieve this?
Thanks for your point.
Fred
2003 Feb 07
1
a question regarding s-plus libraries and R
Hi!
I am a relatively new user of R and I use it to prepare my dissertation. I
have come to some very usefull and specific libraries written for S-PLUS 4
and would like to use them in R. Is that possible? I just found out that one
of these libraries has already been transfered to R, while 3 others have
not. For the matter of beeing more exact I''m interested in the dealing with
missing
2003 Feb 22
3
question
Iam a novice R-user and I have a few questions:
1) How can R import an Excell data file?
2) I have a file.s file which it seems I can open but I can
not load it i.e. when I write the file name in the command line, for e.g.
>file.s it gives me an error message
thank you for your consideration,
Theo Nicoleris
2003 Feb 28
1
axis annotation
Hi,
Is there a way to specify a vector of colors for the tick annotation in a
call to axis(), to achieve the x-axis here?
<<Rplot003.png>>
Thanks,
Mark Wilkinson
Informatics Analyst
St. Jude Children's Research Hospital
Department of Pharmaceutical Sciences
The opinions expressed here are my own and do not necessarily represent
those of St. Jude Children's Research
2003 Jul 07
1
'postscript' command within a function
hello all,
I am trying to print a ps file as part of a function as in:
func <- function (..., filename="temp.ps") {
# some stuff
[...]
# plot
eval( cat("postscript(\"",filename,"\")\n", sep="") )
plot(...)
abline(...)
dev.off()
# more stuff
[...]
}
but it does not work. Nor it does with 'paste' instead
2003 Jul 31
2
history for graphics
I've seen that there's an history for graphics.
How can I save it manually?
Can I save more than 4 plots?
I'm using R1.6.2 under win98
[[alternative HTML version deleted]]