search for: macq

Displaying 20 results from an estimated 117 matches for "macq".

Did you mean: mach
2004 Feb 05
1
Installing odesolve under MacOSX
Installing odesolve in Raqua 1.8.0 or 1.8.1 under MacOSX gives the following message: Warning message: Installation of package odesolve had non-zero exit status in: install.packages(ui.pkgs, CRAN = getOption(where), lib = .libPaths()[1]) Moreover, in the source of odesolve is no makefile. Does anyone know how to get a proper installation? Maartje
2002 Oct 30
1
RODBC update
There is a new version of RODBC, 0.9-1, with a new maintainer (me) now on CRAN (Vienna) which works with R 1.6.x. The Windows binary will be there tomorrow, and both will then propagate around CRAN. This has been tested on Linux under unixODBC against MySQL and Postgresql (thanks to Dirk Edelbuettel), and on Windows against Access, MySQL and Excel. The CRAN compilation checks were against
2002 Oct 30
1
RODBC update
There is a new version of RODBC, 0.9-1, with a new maintainer (me) now on CRAN (Vienna) which works with R 1.6.x. The Windows binary will be there tomorrow, and both will then propagate around CRAN. This has been tested on Linux under unixODBC against MySQL and Postgresql (thanks to Dirk Edelbuettel), and on Windows against Access, MySQL and Excel. The CRAN compilation checks were against
2007 Jun 16
3
data.frame and subsetting problem
I have read the R online help and wiki and I cannot seem to get something to work the way I need it to. I want to create a new data frame from an subset of an existing data frame which has no reference to the original superset. If you following this example, what I am trying to do may make more sense. I have a file with values like this: shirt,size,40 shirt,color,10 shirt,length,10
2006 Jul 19
2
voronoi tessellations
...er if you run data(tritest) x <- tritest$x y <- tritest$y vm <- voronoi.mosaic(x,y) plot(vm) par(new=T) plot(x,y,col='blue') it looks at it should. -zubin > > From: Prof Brian Ripley <ripley at stats.ox.ac.uk> > Date: 2006/07/19 Wed AM 03:15:51 EDT > To: Don MacQueen <macq at llnl.gov> > CC: zubin <binabina at bellsouth.net>, r-help at stat.math.ethz.ch > Subject: Re: [R] voronoi tessellations > > On Tue, 18 Jul 2006, Don MacQueen wrote: > > > I'll suggest going to the CRAN packages page and doing a search for "v...
2009 Sep 19
3
Replacing values in dataframes
Hi, This is a question of a newbie getting into the exciting world of R. I have several dataframes in the same format as NAD: > NAD[1:3,1:3] Sample.Id Main.abs..1 Main.abs..2 148 10a 0.04836 0.04994 167 11a_1109 0.32245 0.36541 173 11b_1109 0.29293 0.32815 What I want to do is to replace the Sample.Id with a corresponding number.The number
2003 May 29
5
Comparison Operator
Does R have a comparison operator similar to the Like function, for example: a<-"Is a Fish" b<-"Fish" if(b in a){c<-TRUE} Michael R Howard Micron Technology Inc. Boise ID. Fab C Engineering Software (FCES) Software Engineer
2009 Dec 02
4
sort a data frame by a vector
Hi, I have a a vector and a data frame with two columns vec = c("C", "A", "B") dataDF = data.frame(A1 = c("B", "A", "C"), A2 = c(1,2,3)) I would like to sort the data frame by column A1 such that the order of elements in A1 is as the same as in vec. After the ordering, the data frame would be A1 A2 C
2009 Mar 02
2
Need help extracting info from XML file using XML package
...polygons mean, but I can get by without all that stuff, at least for now. Note also that readOGR() would in principle work, but the underlying OGR libraries have some limitations that this file exceeds. Per info at http://www.gdal.org/ogr/drv_kml.html. -- --------------------------------- Don MacQueen Lawrence Livermore National Laboratory Livermore, CA, USA 925-423-1062 macq at llnl.gov
2001 Oct 23
2
Possible bug, Rprof() and scan(pipe()) (PR#1140)
...s name 40.00 0.04 40.00 0.04 "rnorm" 20.00 0.02 20.00 0.02 "X11" 20.00 0.02 20.00 0.02 "seq.default" 20.00 0.02 20.00 0.02 "par" -- -------------------------------------- Don MacQueen Environmental Protection Department Lawrence Livermore National Laboratory Livermore, CA, USA -------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send...
2005 Aug 24
8
Call SAS from R
Hi All, I am new to post question on this list. I apologize if this question is too easy or irrelevant. I am doing a simulation study and I need to read a data file that can be easily read by SAS. So, what I try to do is to execute SAS in R and then read the output of SAS to R. I try the following code but it didn't work. system("c:\\program files\\sas institute\\v8\\sas.exe
2005 Feb 08
0
Rép : Problem installing Hmisc
...ave it installed on 2 Macs as well (OS X 10.2.8 and 10.3.7) and what I need does work, however if you do the command check routine some problems will likely be revealed. At least there were problems for me. Denis Le 08 févr. 2005, à 12:23, r-help-request@stat.math.ethz.ch a écrit : > De: Don MacQueen <macq@llnl.gov> > Date: 07 février 2005 16:05:14 GMT+01:00 > À: Thomas Lumley <tlumley@u.washington.edu>, Michael Kubovy > <kubovy@virginia.edu> > Cc: r-help@stat.math.ethz.ch > Objet: Rép : [R] Problem installing Hmisc > > > At 10:28 AM -0800 2/5/05,...
2008 Aug 02
1
running strucchange?
Greetings, I'm complety new to "R" and have a question. I've read through a couple of manuals but I'm having a problem with getting something run properly. I'd like to attempt to use the "strucchange" package with some sample data however I'm having trouble understanding the proper syntax of the commands from which to do so. I basically want to take
2005 Aug 24
0
summary: Call SAS from R
...elp@stat.math.ethz.ch Subject: Re: [R] Call SAS from R Date: Wed, 24 Aug 2005 18:05:44 +0100 (BST) From: Prof Brian Ripley <ripley@stats.ox.ac.uk> To: David Forrest <drf5n@maplepark.com> Cc: "Shin, David" <david.shin@pearson.com>, r-help@stat.math.ethz.ch, 'Don MacQueen' <macq@llnl.gov>, bioconductor@stat.math.ethz.ch Subject: Re: [R] Call SAS from R On Wed, 24 Aug 2005, David Forrest wrote: > On Wed, 24 Aug 2005, Shin, David wrote: > ... >>> system("c:\\program files\\sas institute\\v8\\sas.exe test") >> Warning mess...
2008 May 14
1
howto get significant digits for round()
i have a table like this of an value and its tolerance length delta-length 12.2232 0.4 123.422 0.034123 1234 12 i want to round the value to the significant digits in this way: my-round(length,delta-length) 12.2 , 0.4 123.42 , 0.03 1234 , 12 how can i do this with R? please CC to email, thanks so far, -- Jonas Stein <news at jonasstein.de>
2008 Nov 30
2
how to select cases based on value of one or more variables
dear list, I have read a spss file with read.spss() now I have a list with all my variable stored as vectors. is it possible to selec cases based on the value of one or more variables? thank you, Simone
2009 May 05
1
RMySQL insert statements?
Heya Folks, I can not find anything on executing insert statement through RMySQL, can someone please enlighten me? All i've found so far on getting data into a database is the write table functionality. Reading all data into memory appending additional information and writing that into a table is fine on my test environment, but won't be possible on the production environment because of
2009 Oct 28
1
Help - Probability scale on an ECDF plot
Hello; Can anyone tell me how to set my y-axis to a probability scale on an ECDF plot? Or alternatively, how to generate a plot of percent cumulative probability against concentration? DASplusR does this and calls it a CP plot, but I would like to be able to generate this outside of DASplusR- Thank you! [[alternative HTML version deleted]]
2009 Nov 13
1
Utility function to rotate log files?
...called, file3 is deleted, file2 is renamed file3, file1 is renamed file2, and the name of file1 is returned to the user's script, which then writes to file1. I've done some searching (RSiteSearch) but haven't found anything. Thanks -Don -- -------------------------------------- Don MacQueen Environmental Protection Department Lawrence Livermore National Laboratory Livermore, CA, USA 925-423-1062
2001 Sep 27
1
Problem with merge() (PR#1102)
...aris2.7 status major 1 minor 3.0 year 2001 month 06 day 22 language R > (I've searched various places, including a list of fixes for v1.3.1, the faq, 2001 r-help archives, and haven't found anything about it) Thanks -Don -- -------------------------------------- Don MacQueen Environmental Protection Department Lawrence Livermore National Laboratory Livermore, CA, USA -------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send...