search for: ithaca

Displaying 20 results from an estimated 75 matches for "ithaca".

Did you mean: iaca
2010 Apr 15
3
Add header line to large text file
...dows XP. Zev input<-readLines("c:/junk/forR.csv") input<-c(c('"a", "b", "c", "d", "e", "f"'), input) writeLines(input, "c:/junk/forRfix.csv") -- Zev Ross ZevRoss Spatial Analysis 120 N Aurora, Suite 3A Ithaca, NY 14850 607-277-0004 (phone) 866-877-3690 (fax, toll-free) zev at zevross.com
2004 Jul 06
2
lme: extract variance estimate
...1 3.554819 3.377117 1 0 5 1 2.830049 2.992426 1 0 6 1 2.779616 3.240449 1 0 7 1 2.580484 2.930154 1 0 Thanks in advance, Steve Stephen P. Ellner (spe2 at cornell.edu) Department of Ecology and Evolutionary Biology Corson Hall, Cornell University, Ithaca NY 14853-2701 Phone (607) 254-4221 FAX (607) 255-8088
2007 Apr 08
1
How do I back transforme ordinary log-krigged prdiction values?
...ve a question to everybody. After log10 transfprmation, I have done ordinary kriging in gstat in R? I need to back trnasform the prediction values to orgiginal scale. How do I do this in gstat in R? Thanks Zia -- Zia Uddin Ahmed 915 Brad Field Hall Department of Crop and Soil Cornell University Ithaca NY 14850 USA
1998 Dec 08
2
hosts.allow
Hi If I add a specific machine to my hosts allow list in the global section of my smb.conf, then that machine can access any of the shares on that server. If I only add the machine to a hosts allow list in a specific share, when I try and connect to that share from that machine I get an error : 'Specified computer did not recieve your request' and in log.smb : 'Connection denied from
1999 Aug 26
1
Visual C++ fails to recognize changed file
...s a make. If the file is on a local drive, everything works fine. We're running Samba version 2.0.4b on Solaris 2.6 and Visual C++ version 5 on Windows NT 4.0. Any ideas? thanks, Steve Gaarder Network and Systems Administrator gaarder@cmold.com C-MOLD, Ithaca, N.Y., USA
1999 Nov 11
0
MASQed subnets...
...it seems to work and then the job just up and vaporizes... ----- If the Creator had said, "Let there be light" in Ankh-Morpork, he'd have gotten no further because of all the people saying "What colour?" -- (Terry Pratchett, Men At Arms) Keith Baker kbaker3@ic3.ithaca.edu Ithaca College (607) 375-2602 Theatre Production Arts http://thelighthouse.dhs.org/keith/
2002 May 23
1
Newbe
...Red Hat 7.3. When I try to access http://localhost:901, it fails to connect. HELP, please :O). Gert Gert Jensen Phone: 607-275-3497 Danica Computing, Inc. Email: support@danicacomputing.com 309 North Tioga Street Web: http://www.danicacomputing.com Ithaca, NY 14850 Web: http://www.danica.com
2010 Jun 08
1
Deleting duplicate values in a correlation matrix
...like data2<-subset(data,data[,1]!=data[,2]) # above is how I clear out connections nodes have to themselves Thanks for any clues of a better way to do this! Matt Matthew DiLeo, Ph.D. Postdoctoral Associate Boyce Thompson Institute for Plant Research Robert W. Holley Center, Tower Road, Ithaca [[alternative HTML version deleted]]
2006 Apr 12
1
Pipe delimiter ( | ) in "read.delim"
...limit what it imports. So if I wanted to limit the data above to those records beginning with an "RD" the filter expression would be "Col1= =\"RD\" ". Is there something similar to this in R? Thank you, Zev -- Zev Ross *ZevRoss Spatial Analysis* 303 Fairmount Ave Ithaca, NY 14850 (607) 277-0004 (phone) (866) 877-3690 (fax toll-free) zev at zevross.com www.zevross.com
2001 Oct 17
9
large files
I'm reposting this problem (perhaps a bug) now I've got more information on it. This is another point of view of the situation and I hope someone could have run into the same trouble before (and solved it :-)) This is it: * with ntbackup 2000 I create a 22Gb .bkf file in the windows machine. * I can copy that file over a samba share and get correct info form the file in windows
2007 Sep 21
1
problem with 'integrate'
...B, t0, tshift)) - r0*x - (k/B)*log(fx4 (B, x, tshift)))) } integrate(fx1, 8.36, 10, stop.on.error = FALSE); } Thanks in advance for your help... Dan Rabosky Department of Ecology and Evolutionary Biology & Fuller Evolutionary Biology Program Cornell Lab of Ornithology Cornell University Ithaca, NY 14853-2701 [[alternative HTML version deleted]]
2001 Dec 15
1
fit to spike with exponential decay : optim() question
...ly) 'simplified' the problem until it became singular. Can I do something to make optim() less sensitive to my initial guess? For this example, I get a lousy solution if I make the initial guess for t0 = min(t) = 0.05. Thanks again, -- Robert Merithew LASSP, Clark Hall Cornell University, Ithaca NY ----------- t <- c(0.05,0.9,1.4,2.38,3.42,5.4,8.31,12.4) amp <- c(1.0,0.85,7.4, 6.1, 4.95, 3.5, 2.3, 1.5) spike <- function (x, t) { b0 <- x[1] b1 <- x[2] tau <- x[3] t0 <- x[4] temp <- exp((-t+t0)/tau) (b0 + (b1 * temp) * (t > t0)) } spike.sos &lt...
2008 Apr 11
1
Read text file subsetting rows
...0070121|00:00|6.9||3||||||||||||| RC|I|01|073|0023|Quer|5|7|017|810|20070124|00:00|1.8||3||||||||||||| infile 'C:\junk\RD_501_88101_2006-0.txt' dlm='|' firstobs=3 missover; rectype $2. @; if rectype = 'RD' then do; -- Zev Ross ZevRoss Spatial Analysis 303 Fairmount Ave Ithaca, NY 14850 607-277-0004 (phone) 866-877-3690 (fax, toll-free) zev at zevross.com
2006 Jan 25
1
imbalanced classes
...o the FORTRAN rf5 package. It works wonderfully for my application, but getting data in and out of it, changing parameters, compiling is just a pain, as I'm sure you agree. Your thoughts would be greatly appreciated. Kind regards, Mark D'Ascenzo Biomedical Engineering Cornell University Ithaca, NY 14853
2008 Nov 20
4
Fitting a sine wave using solver
...a method in R for fitting a given sine function to a supplied data using maximum likelihood estimation (or minimizing the RSS). Thanks in advance. -- Benjamin Zuckerberg, Ph.D. Post-doctoral Associate Spatial Ecologist, Citizen Science Cornell Laboratory of Ornithology 159 Sapsucker Woods Road Ithaca, NY 14850 Tele: 607-254-2174 Fax: 607-254-2111
2006 Jun 13
2
Building R package: make pdf & _masked_by_GlobalEnv
...ss that I have a rather difficult time with much of the documentation on writing packages. Apologies for the elementary level of these questions, and thanks in advance for your help! ~Dan Rabosky Dan Rabosky Department of Ecology and Evolutionary Biology 237 Corson Hall Cornell University Ithaca, NY14853-2701 USA 607 254 4262 (office) 607 592 4636 (cell) DLR32 at cornell.edu web: http://www.birds.cornell.edu/evb/Graduates_Dan.htm
2006 May 19
2
"Pipelining" programs in R
...done by simply entering " \n " after manually entering parameters). -Enter name of output file. -Close program. Any advice will be greatly appreciated! Thanks, Dan Rabosky Dan Rabosky Department of Ecology and Evolutionary Biology 237 Corson Hall Cornell University Ithaca, NY14853-2701 USA web: http://www.birds.cornell.edu/evb/Graduates_Dan.htm
2006 Jun 07
3
Building packages in R - 'private' functions
...roach is that - should an error occur within a private function, it may be very difficult for the user to decipher the nature of the problem. Any suggestions will be greatly appreciated. ~Dan Rabosky Dan Rabosky Department of Ecology and Evolutionary Biology 237 Corson Hall Cornell University Ithaca, NY14853-2701 USA DLR32 at cornell.edu web: http://www.birds.cornell.edu/evb/Graduates_Dan.htm
2015 May 10
2
bind fails to start w/missing records
...-- ---------------------------------------------------------------------------- Steve Thompson E-mail: smt AT vgersoft DOT com Voyager Software LLC Web: http://www DOT vgersoft DOT com 39 Smugglers Path VSW Support: support AT vgersoft DOT com Ithaca, NY 14850 "186,282 miles per second: it's not just a good idea, it's the law" ----------------------------------------------------------------------------
2006 Jun 08
1
ERROR: failed to setup guest info.
...t the correct output. Steve ---------------------------------------------------------------------------- Steve Thompson E-mail: smt@vgersoft.com Voyager Software LLC Web: http://www.vgersoft.com 39 Smugglers Path VSW Support: support@vgersoft.com Ithaca, NY 14850 "186,300 miles per second: it's not just a good idea, it's the law" ----------------------------------------------------------------------------