search for: charleston

Displaying 20 results from an estimated 40 matches for "charleston".

2006 Jan 19
1
matrix export
...1.0 1.0 1.0 0.0 1.0 1.0 1.0 1.0 1.0 0.0 Does anyone know of an R trick to change the location of the headers ?or do I need to do this externally, through perl or bash ? Thanks in advance for your help, Eric Eric Pante ---------------------------------------------------------------- College of Charleston, Grice Marine Laboratory 205 Fort Johnson Road, Charleston SC 29412 ---------------------------------------------------------------- "On ne force pas la curiosite, on l'eveille ..." Daniel Pennac
2006 Feb 07
1
matching tables
...table2 6 4 5 0 Unfortunately, I was not successful using "match()". Previous postings explain how to do similar matching, but for tables for same length, specifically. Any thoughts ? Thanks ! eric Eric Pante ---------------------------------------------------------------- College of Charleston, Grice Marine Laboratory 205 Fort Johnson Road, Charleston SC 29412 Phone: 843-953-9190 (lab) -9200 (main office) ---------------------------------------------------------------- "On ne force pas la curiosite, on l'eveille ..." Daniel Pennac
2008 May 15
0
partial_updates feature in rails 2.1, failing to save because of validate_presence _of on other attributes in the table
...8", email: "vince-wop0JeY5JKhWk0Htik3J/w@public.gmane.org", created_at: "2008-05-15 12:35:12", updated_at: "2008-05-15 13:03:38", authorization_token: nil> >> @user.spec.city_of_birth => "Wichita" >> @user.spec.city_of_birth = ''Charleston'' => "Charleston" >> @user.spec.changes => {"city_of_birth"=>["Wichita", "Charleston"]} >> @user.spec.save => false ### in the application this is failing because of other unrelated attributes no...
2007 Feb 07
4
tzdata - extra info.
...America/New_York all still showed a date of April 1, instead of March 11. After manually fixing, it is correct. This was mostly a question about why yum provided a tzdata that was for a 2006a rpm instead of the 2006g or later when I did the yum. Thanks Steve Campbell campbell at cnpapers.com Charleston Newspapers
2001 Sep 10
1
problems linking c++ code
...scape(SEXP fn); extern "C" { #endif SEXP read_landscape(SEXP fn) { SEXP l; PROTECT(l = allocVector (REALSXP, 2)); REAL(l)[0] = 12.0; REAL(l)[1] =14.5; UNPROTECT(1); return l; } #ifdef __cplusplus } ///end of extern "C" #endif -- Allan Strand, Biology College of Charleston Charleston, SC 29424 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 !)...
2006 Jun 08
2
nested mixed-effect model: variance components
...or message seems to come from the LAGOON/HABITAT, the Error is computed. Warning message: Error() model is singular in: aov(COVER ~ HABITAT + Error(HABITAT+LAGOON+LAGOON/HABITAT), data=cov), THANKS !!! eric Eric Pante ---------------------------------------------------------------- College of Charleston, Grice Marine Laboratory 205 Fort Johnson Road, Charleston SC 29412 Phone: 843-953-9190 (lab) -9200 (main office) ---------------------------------------------------------------- "On ne force pas la curiosite, on l'eveille ..." Daniel Pennac
2005 Sep 21
3
Clustering and bootstrap
...x distance matrices ? Is anyone using R to generate phylogenetic trees with node support ? thanks for your time and consideration, Eric P. Eric Pante --------------------------------------------------------------- Graduate Student in Marine Biology Grice Marine Laboratory 205 Fort Johnson Road, Charleston SC 29412 --------------------------------------------------------------- "On ne force pas la curiosite, on l'eveille ..." Daniel Pennac
2005 Dec 12
2
problem with R on mac os x
...file is defined as drwxrwxr-x. I did not see any mention of a similar problem in the archives. Thank you in advance for your insights! eric Eric Pante --------------------------------------------------------------- Graduate Student in Marine Biology Grice Marine Laboratory 205 Fort Johnson Road, Charleston SC 29412 --------------------------------------------------------------- "On ne force pas la curiosite, on l'eveille ..." Daniel Pennac
2006 Feb 23
1
R and marine protected areas: algorithms for site selection
...ites in reserve network design. many algorithms have been published, and I was wondering any have been implemented in R. I did not seen anything on CRAN or R-help, or on the web in general. Best regards, Eric Eric Pante ---------------------------------------------------------------- College of Charleston, Grice Marine Laboratory 205 Fort Johnson Road, Charleston SC 29412 Phone: 843-953-9190 (lab) -9200 (main office) ---------------------------------------------------------------- "On ne force pas la curiosite, on l'eveille ..." Daniel Pennac
2006 May 31
2
Login screen changes
...l to Blue Curve. Is there a set of artwork rpms I need or something? I cant't remember, but I think there is something on the original grub splash, also, after rebooting. Not a big deal, but would just like to see if I can tidy this up a bit. Thanks Steve Campbell campbell at cnpapers.com Charleston Newspapers
2009 Jan 20
1
Can R be installed on a Windows Server for concurrent usage?
...Is it possible to run R on a 64 bit Windows Enterprise 2003/2008 Datacenter app server? I would only guess we are talking about 5 to 10 concurrent users. Please respond to me as well as the list as I am not subscribed. Thanks in advance. Greg Gilbert, Statistician Ralph Johnson VAMC Charleston, SC USA [[alternative HTML version deleted]]
2007 Aug 16
0
SYSLINUX Digest, Vol 53, Issue 12
...> > > I don't have a problem downloading a big image... > > -hpa > Very good. Send me a private e-mail addr, so I can give you login instructions. Which compression method do you prefer (RAR,ZIP,7Zip) ? You should be able to d/l your image by tomorrow AM EST.... = Charleston South Carolina Real Estate Search our database of over 5000 in the Charleston SC area, get a free relocation package and research school information. http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=8c30c9bb06a458209434c50abb4ff1f6 -- Powered by Outblaze
2002 Feb 19
1
krb5 switch functionality
...s' was when I used --with-krb5 by itself. The problem here is that the configure fails, config.log shows an error for not finding the -lcrypto libraries. If you could provide me with somewhere to start or point me in the right direction, I would greatly appreciate it. Steve Boisselle Charleston County ITS, MCSE, Net+ 843-202-6830 -------------- next part -------------- HTML attachment scrubbed and removed
2006 Mar 30
1
Laptop freezes when trying to load R packages?
...ld be appreciated, as I am not sure how well I will be able to use R without accessing any of the online packages. Thanks Scott Miller Scott Miller, MS millersw at musc.edu Graduate Student, PhD track Department of Biostatistics, Bioinformatics and Epidemiology Medical University of South Carolina Charleston, SC 29425 USA
2000 Jul 04
1
specifying a model formula on the fly
...the variable names. I suspect that I could iterate across the results of name(x) and somehow use quote() and eval() to solve this problem, but I cannot seem to make it work. Any suggestions would be greatly appreciated. Cheers, a. -- Allan Strand, Biology http://linum.cofc.edu College of Charleston Ph. (843) 953-8085 Charleston, SC 29424 Fax (843) 953-5453 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (i...
2001 Oct 06
0
calculating DNA mismatch distributions for large populations
...i386, freebsd4.4 status major 1 minor 3.1 year 2001 month 08 day 31 language R -- Allan Strand, Biology http://linum.cofc.edu College of Charleston Ph. (843) 953-8085 Charleston, SC 29424 Fax (843) 953-5453 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (i...
2004 Oct 13
2
diagonal matrix construction
...k: unused argument(s) (three ...) every time that I try it. Am I doing something wrong in trying to make this matrix? Thank you very much for your time, Chris Ryan Christopher W. Ryan Black Bear Project Leader West Virginia Division of Natural Resources Capitol Complex, Bldg 3, Rm 824 Charleston, WV 25305 [[alternative HTML version deleted]]
2007 Mar 01
2
DVD rom questions
...perly due to the configuration options (not a very powerful machine). What does anyone use for a DVD viewer? And lastly, what are recommendations for implementing the lightscribe functions that exist on the drive? Any help is very graciously appreciated. Steve Campbell campbell at cnpapers.com Charleston Newspapers
2002 Mar 07
8
linear correlation?
Whether the two variables have the same units does not matter. Moreover, even if there were some way of converting cm to kg the correlation would still be the same because the correlation is invariant under unit conversion as it is invariant under multiplication of its arguments by a constant. As for your second question, the correlation estimator is a continuous function of each of the
2007 Feb 07
3
tzdata
...read a few days back on the list where the tzdata rpm was to take care of the new DST rules. I run CentOS 3 servers, and did a 'yum update tzdata' , but received a 2006a update of the rpm. Is this proper? It sure didn't fix anything. Thanks Steve Campbell campbell at cnpapers.com Charleston Newspapers