search for: ucdavis

Displaying 20 results from an estimated 641 matches for "ucdavis".

2009 Dec 07
4
Announce: edtdbg, integrating R's debug() with your text editor
.... In addition, the second and third features require the vim-r plugin for Vim. Emacs/ESS users should easily be able to convert the code; some of the machinery is already in the code and in the instructions below. I'm placing the current version of the package at: http://heather.cs.ucdavis.edu/~matloff/R/edtdbg/edtdbg.tar.gz http://heather.cs.ucdavis.edu/~matloff/R/edtdbg/edtdbg.zip Please give me your comments. I probably will upload to CRAN at some point, possibly after an ESS guru contributes the ESS code. :-) A note on my Rdsm package for parallel R: The new, much improved v...
2005 May 15
0
list TSP-SHARE: List Message Rejected
Dear samba@lists.samba.org: Your recent message to the TSP-SHARE list has been rejected for the following reason: Only list subscribers may send messages to this list. If you need assistance, please contact the list owner at TSP-SHARE-request@ucdavis.edu The text of your message follows: ---------------------------------------------------------------------- Received: from havana.ucdavis.edu (havana.ucdavis.edu [169.237.104.156]) by nixon.ucdavis.edu (8.12.10/8.12.9/it-std-5.2.0) with ESMTP id j4F6mC3w007871 for <tsp-share-rl@nixon.ucdavis...
2011 Oct 19
3
new R debugging tool
I've developed a new R debugging tool, debugR, available at http://heather.cs.ucdavis.edu/debugR.html This basically replaces my edtdbg, which I will no longer be supporting. The new tool is now decoupled from one's text editor, and has a lot more features than edtdbg did. Try it! Feedback is encouraged, of course. Norm Matloff
2004 Nov 16
2
R 2.0.0 Installation Problem
...(530) 752-0510 | | Division of Biostatistics (Medicine) and (530) 752-7368 | | Department of Applied Science (Engineering) | | Co-Director of IDAV FAX: (530) 752-8894 | | University of California, Davis E-mail: dmrocke at ucdavis.edu | | Davis, CA 95616-8553 www.cipic.ucdavis.edu/~dmrocke |
2008 Aug 27
1
RCurl: using netrc with curlPerform
...n<html> <head>\n<title>Basic Password Test</title>\n</head>\n\n<body>\n<h1>Basic Password Test</h1>\nThis is a test page.\nIf you can read it, you have correctly supplied\nthe password.\n\n\n<hr>\n<address><a href=\"http://stat.ucdavis.edu/~duncan\">Duncan Temple Lang</a>\n<a href=mailto:duncan at wald.ucdavis.edu>&lt;duncan at wald.ucdavis.edu&gt;</a></address>\n<!-- hhmts start -->\nLast modified: Sun Aug 1 13:57:44 PDT 2004\n<!-- hhmts end -->\n</body> </html>...
2011 Feb 11
3
[LLVMdev] Unit testing with random input using JIT
...s a pointer and the function changes the value it pointed to, do you know how to get that updated value after executing the wrapper function? Thanks. Vu On Tue, Jan 11, 2011 at 2:40 PM, Reid Kleckner <reid.kleckner at gmail.com>wrote: > On Tue, Jan 11, 2011 at 1:41 PM, Vu Le <vmle at ucdavis.edu> wrote: > > Hi, > > I want to implement a tool that probes a function with several input and > > records all the return output. > > The function might have more than 1 return value (by reference > parameters). > > > > Does ExecutionEngine::runFunction()...
2002 Oct 31
6
ipac/iptables + mrtg accounting
i''ve installed mrtg to make graphics of the trafic from the interfece throw the snmpd, and the same with ipac witch put iptables accounting rules colect them and store, and gets the output, but the "problem" is that ipac graphics are 3 times smaller that the snmpd. Why??? i did catch all the trafic with ipac so no problem here, and i know that ipac/iptables is at level 3, and
2004 Feb 19
4
1024GB max memory on R for Windows XP?
...says the maximum allowed is 1024gb (1/2 of what I have!) Can R not use more than 1GB on an XP box? I noticed I had ~600mb left over after R conked out, so clearly I had more memory... What about virtual memory? --j -- Jonathan Greenberg Graduate Group in Ecology, U.C. Davis http://www.cstars.ucdavis.edu/~jongreen http://www.cstars.ucdavis.edu AIM: jgrn307 or jgrn3007 MSN: jgrn307 at msn.com or jgrn3007 at msn.com
2011 Feb 11
0
[LLVMdev] Unit testing with random input using JIT
...st the result: // Let F be an llvm::Function* referring to 'f'. void (*f)(int*) = (void (*)(int*))JIT->getPointerToFunction(F); int a; f(&a); // read a I haven't compiled this, it's a guess at the usage from memory. Reid On Fri, Feb 11, 2011 at 12:55 PM, Vu Le <vmle at ucdavis.edu> wrote: > Suppose I want to test the function f with zero. > f(int *t){ >   *t = 2 > } > What I did was that I create a wrapper > void Wrapper(){ >   int a = 1; >   int *b = &a; >   f(b); >   // now I want to print the value of b >   // but I don't kn...
2011 Nov 30
1
install "multtest" and "preprocessCore" packages in Bioconductor library
...Nguyen, > Subject: [R] install "multtest" and "preprocessCore" packages in > Bioconductor library > Date: Wed, 30 Nov 2011 09:57:36 -0800 > From: UyenThao Nguyen <unguyen at tethysbio.com> > To: r-help <r-help at r-project.org> > CC: uth.nguyen at ucdavis.edu <uth.nguyen at ucdavis.edu> > > Hi All, > > I've tried to install these "multtest" and "preprocessCore" packages in Mac, > but kept getting error messages. I tried to load the packages using 2 ways: > > 1. Installed from BioConductor (sources)...
2004 Feb 12
1
Importing BSQ/BIP/BIL files into R
...ad the lines of the data as I am running the process, rather than trying to load the whole image into memory at once? Thanks! For those of you with remote sensing experience, I'm using RSI's ENVI package. --j -- Jonathan Greenberg Graduate Group in Ecology, U.C. Davis http://www.cstars.ucdavis.edu/~jongreen http://www.cstars.ucdavis.edu AIM: jgrn307 or jgrn3007 MSN: jgrn307 at msn.com or jgrn3007 at msn.com
2007 May 30
1
test to compare significant correlation increase
...from 1 to 2 is significant or not. Is there any function in R to do this? any hints? Thanks for help :) David Ria?o Center for Spatial Technologies and Remote Sensing (CSTARS) University of California 250-N, The Barn One Shields Avenue Davis, CA 95616-8527 USA 1-(517) 629-5499 http://www.cstars.ucdavis.edu/~driano/index.html http://www.cstars.ucdavis.edu
2008 Jun 28
2
[LLVMdev] LLVM under code swarm
Hello, Everyone. For those, who saw crazy videos from code swarm (http://vis.cs.ucdavis.edu/~ogawa/codeswarm/) and asked 'what's about LLVM' I've created two videos: 1. clang: http://vimeo.com/1242653 2. LLVM itself: http://vimeo.com/1246374 Enjoy! If anybody wants 'sources' for recreation of these videos (e.g. changing settings, etc) - just drop e-mail to me...
2009 Jun 26
2
Indexing a list with a list
...d[[i]]]) #result [1] "c" "g" "i" [1] "a" "b" "e" "f" "j" [1] "a" "b" "c" "d" "g" "h" "i" Thank you for the help. Greg -- Greg Hirson ghirson at ucdavis.edu Graduate Student Agricultural and Environmental Chemistry 1106 Robert Mondavi Institute North One Shields Avenue Davis, CA 95616
2005 Jul 07
1
Orthogonal Distance Regressions
...appreciate any assistance from folks with experience doing this type of regression. Thanks in advance! Peter Peter J. Hernes, Ph.D. Land, Air and Water Resources - Hydrology University of California One Shields Avenue Davis, CA 95616-8628 Tel: 530-752-7827 Fax: 530-752-5262 E-mail: pjhernes at ucdavis.edu Faculty webpage: http://lawr.ucdavis.edu/faculty/hernes/
2005 Jun 28
2
symbol.For problem? (PR#7974)
...; the .Fortran call looks like this: .Fortran(symbol.For("add"),...) symbol.For works correctly if there is an underscore in the name though. I have tested this on OSX and linux and get the same results. I have a test package written up if anyone wants it. Email me at jbremson at wald.ucdavis.edu. --please do not edit the information below-- Version: platform = i686-pc-linux-gnu arch = i686 os = linux-gnu system = i686, linux-gnu status = major = 2 minor = 1.0 year = 2005 month = 04 day = 18 language = R Search Path: .GlobalEnv, package:foo, package:methods, package:s...
2003 May 30
2
color in plot title: title(sub="something", col=4)
...1 minor 5.0 year 2002 month 04 day 29 language R Thanks for any advice Jake Jacob A. Wegelin, Ph.D. Adjunct Assistant Professor Epidemiology and Preventive Medicine, Univ. California One Shields Ave, TB-168 Davis CA 95616-8638 USA TEL 530.752.2793 FAX 530.752.3239 http://wegelin.ucdavis.edu/ jawegelin at ucdavis.edu
2012 Aug 07
5
summing and combining rows
Hello, I have a data set that needs to be combined so that rows are summed by a group based on a certain variable. I'm pretty sure rowsum() or rowsums() can do this but it's difficult for me to figure out how it will work for my data based on the examples I've read. My data are structured like this: Plot SizeClass Stems 12 Class3 1 12 Class4
2006 Dec 11
1
cohen kappa for two-way table
Greetings, I am a bit confused by the results returned by the functions: cohen.kappa {concord} classAgreement {e1071} when using a two-way table. for example, if I have an matrix A, and a similar matrix B (same dimensions), then: matrix A and B can be found: http://casoilresource.lawr.ucdavis.edu/drupal/files/a_40.txt http://casoilresource.lawr.ucdavis.edu/drupal/files/b_40.txt A <- matrix(unlist( read.table('a_40.txt'), use.names=FALSE), ncol=14) B <- matrix(unlist( read.table('b_40.txt'), use.names=FALSE), ncol=14) # compute cohen's kappa, default settings:...
2007 Feb 13
4
Advice on visual graph packages
...one outputs a new graph, nor how one even accesses many graph attributes. This may be my own ignorance on the latter. Do you have any suggestions? Thanks! -Jarrett -------------------------------------------------------------- A Quick and (Very) Dirty Guide to Stats in R http://didemnid.ucdavis.edu/rtutorial.html [[alternative HTML version deleted]]