search for: edna

Displaying 20 results from an estimated 85 matches for "edna".

Did you mean: eda
2009 Mar 19
8
function question
Dear R Gurus: I read somewhere that functions are considered vectors. Is this true, please? thanks Edna Bell
2007 Nov 26
3
generating .Rd files
Hi R Gurus! I have a package that I am putting together. I waited until the end to do the documentation and would like to generate a set of "empty" .Rd files. Is there a quick way to do this, please? Thanks, Edna Bell PS I can't seem to access the "Writing R Extensions" manual from 2.6.1 on Windows.
2007 Aug 27
2
Rmpi and x86
Dear R Gurus: Is there a problem with Rmpi on x86 with SUSE 10.1, please? I've tried everything and it still won't load. Has anyone else dealt with this please? Thanks, Edna Bell
2007 Oct 01
2
convert time series to data.frame
Dear R gurus I would like to take a monthly time series and convert it to a data frame without losing the tsp items, pleae I've tried as.data.frame and data.frame but I get the series without the time element. Any suggestions, please? tia Edna Bell
2008 Jul 24
2
factor question
...dog dog cat cat cat tree tree tree tree Levels: cat dog tree > length(fac1) [1] 9 Now I want to get rid of the dogs: > fac1 <- fac1[3:9] > fac1 [1] cat cat cat tree tree tree tree Levels: cat dog tree > How should I remove the dog from the level, please? Thanks in advance, Edna Bell
2007 Oct 22
3
strsplit
...take a character string and split at the $ sign. I thought that strsplit would do it, but here are the results: > vv [1] "whine$ts1" > vv [1] "whine$ts1" > strsplit(vv,"$") [[1]] [1] "whine$ts1" Does anyone have any suggestions, please? Thanks, Edna Bell
2008 Jul 29
3
table questions
...1 2 1 1 1 > Is there a way to set things up to have 0 - 0.4 0.5 - 0.9 etc. please? I know there is the cut functions, but breaks are required. If you don't have breaks, what should you do, please? Would using the breaks from the hist function work appropriately, please? thanks Edna Bell
2007 Nov 28
2
[OT] putting URLs in Latex
Hi R Gurus! This is definitely off topic, but I thought I'd try: what is the way to put in url's into a Latex file, please? I know that you start with a \newcommand statement, with some kind of argument that will change, but I'm not sure how to set it up, please. thanks, Edna Bell
2008 Sep 09
2
test for a single variance
Dear R Gurus: Is there a test for a single variance available in R, please? Thanks, Edna Bell
2009 Mar 15
2
builtin vs. closure
...slowly through "R Programming for Bioinformatics", which is really interesting! Anyway, my question now is: what determines if a function is a builtin vs. a closure, please? For instance: > typeof(sqrt) [1] "builtin" > typeof(mean) [1] "closure" > Thanks, Edna Bell
2009 Mar 15
4
primitives again
Dear R Gurus: How do I find the functions which are primitives, please? Thanks, Edna Bell
2008 Feb 20
2
[OT] Linux/UNIX question
Dear R Gurus: I'm trying to find R on another Linux system. I'm using the find command, (surprise), but I only want to see the output where it exists, not all of the other stuff. Is there an option that I could select, please? Right now I have find / -name R TIA, Sincerely, Edna
2007 Sep 24
2
making R packages and compacting an entire R set up
...? b. I don't know if the following is possible but here it is: I have R and a bunch of libraries set up very nicely. I would like to hand off this setup to someone else. Should I just copy things as they stand onto a CD please or is there a better way please? thanks in advance! Sincerely, Edna Bell
2004 Aug 06
2
streaming, non downloadable mp3 server
Hi, I'm looking for a server software for linux that allows to share mp3 as streams only. I came across "edna", but edna uses http as protocol, so downloads are possible... Is icecast good for the job, or does icecast not allow music on demand? Cheers, Raimund --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this lis...
2008 Jan 02
3
USA map with all states
Hi R Gurus! There was a function in S called "usa()" which would plot the US. I found map('usa') in R for the lower 48 states. Is there a way to include Alaska and Hawaii as well, please? Thanks, Edna Bell
2007 Nov 04
2
structure vs. matrix
Hi R Gurus! When creating a matrix, is it better to use the structure function or the matrix function, please? Thanks, Edna Bell
2008 Jul 23
1
an extremely simple question
Hi! What is the difference between using data(somedataset) vs. attach(somedataset), please? thanks, Edna Bell
2009 Mar 20
1
classes and methods
...rnorm(100) > class(x) <- "foo" > plot(x) > y <- new("foo",x=rnorm(50)) > class(y) [1] "foo" My question is: should I have a "foo" function which sets the class to "foo", please? or a sort of Validity checker, please? Thanks, Edna Bell
2007 Jul 04
1
Newbie creating package with compiled code
...ges for details. Here is the mypkg.R file sss <- "/home/hodgesse/Desktop/R-2.5.1" .First.lib <- function(lib=sss,pkg="mypkg") library.dynam("mypkg.so",pkg="mypkg",lib=sss) f <- function(x,y) x+y g <-function(x,y) x-y Thanks for any help Edna mailto: edna.bell01 at gmail.com
2007 Nov 02
2
correct wording and notation for R stuff in LaTex
Hi R Gurus: I'm putting together an article about some R stuff in Latex. I refer to packages and functions. I think that I use {\em} for packages and {\tt} for functions. Is that correct, please? Thank you in advance! Sincerely, Edna Bell