search for: richmond

Displaying 20 results from an estimated 179 matches for "richmond".

2006 May 15
2
New contributed document available on CRAN
...and it is written for the beginning R user. I use the guide in my undergraduate probability and math stat sequence, but it is pretty accessible for anyone with a basic understanding of statistics. Jason -- Assistant Professor of Statistics Mathematics and Computer Science Department University of Richmond, Virginia 23173 (804) 289-8081 fax:(804) 287-6664 http://www.mathcs.richmond.edu/~wowen "This is R. There is no if. Only how." Simon (Yoda) Blomberg
2005 Oct 18
2
Fwd: {100-1287} RE: DID"s
Skipped content of type multipart/alternative-------------- next part -------------- An embedded message was scrubbed... From: "Sales Support" <sales@sellvoip.net> Subject: {100-1287} RE: DID"s Date: Tue, 18 Oct 2005 11:04:09 GMT Size: 1774 Url: http://lists.digium.com/pipermail/asterisk-users/attachments/20051018/7221e0af/attachment.eml
2001 Oct 30
2
extracting object names as strings
...t) "vect" I've looked at 'name', 'names', 'objects', none seem to do exactly what I want. ls/objects comes close, but I can't figure out how to force it to give me only one object name. daver +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |David Richmond It works on a | + Dept. of Sociology complex scientific + |Saint Mary's College principle, known as | + Notre Dame, IN 46556 "pot luck." + |219-284-4517 - The Doctor | +-+-+-+-+-+-...
2006 Aug 22
2
new version of "The R Guide" available on CRAN
...ed version includes sections on multiple comparisons, optimization, along with some improvements suggested by fellow R users from around the world. The entire document is under 60 pages in length. Jason -- Assistant Professor of Statistics Mathematics and Computer Science Department University of Richmond, Virginia 23173 (804) 289-8081 fax:(804) 287-6664 http://www.mathcs.richmond.edu/~wowen "This is R. There is no if. Only how." Simon (Yoda) Blomberg
2001 Sep 28
3
evaluating the contents of a string
...; now dim(b) returns [1] 3 3 and dim(bname) returns NULL is there a function to pass bname to such that dim returns the dimensions of b? like dim(somefunc(bname)) returns [1] 3 3 does 'somefunc' exist? daver +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |David Richmond It works on a | + Dept. of Sociology complex scientific + |Saint Mary's College principle, known as | + Notre Dame, IN 46556 "pot luck." + |219-284-4517 - The Doctor | +-+-+-+-+-+-...
2006 Aug 01
1
plot() with TukeyHSD
...I checked R Search and didn't find this mentioned before... but please let me know if I overlooked something. Jason R 2.2.0 on Windows -- BTW, the error didn't happen on my Mac OSX w/ R 1.9.1 -- Assistant Professor of Statistics Mathematics and Computer Science Department University of Richmond, Virginia 23173 (804) 289-8081 fax:(804) 287-6664 http://www.mathcs.richmond.edu/~wowen "This is R. There is no if. Only how." Simon (Yoda) Blomberg
2003 Feb 19
4
Help in separate window under X11
Dear R users, Is there the possibitily in R under X11 to get (after typing help(...) command) separate help window, as it is in Windows version? Best wishes, ================================= Dr. Alexey B. Shipunov Section of Molecular Systematics Jodrell Laboratory Royal Botanic Gardens, Kew, Richmond, Surrey, TW9 3DS, U.K. e-mail: a.shipunov at rbgkew.org.uk
2009 Feb 26
2
interpSpline with dates?
...line(yvar ~ Date, testdfr) preddfr <- data.frame(Date=as.POSIXct("2008-08-02")) predict(sp, preddfr) thanks, Remko ------------------------------------------------- Remko Duursma Post-Doctoral Fellow Centre for Plant and Food Science University of Western Sydney Hawkesbury Campus Richmond NSW 2753 Dept of Biological Science Macquarie University North Ryde NSW 2109 Australia Mobile: +61 (0)422 096908
2001 Oct 09
3
find indices of nonzero elements
Hi, Is there a function func(x) where x is an array such that it returns a list of the indices of all non-zero elements of the array? for example: a: 1 0 0 0 0 1 0 1 0 func(a) returns two vectors r and c: r c 1 1 2 3 3 2 daver +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |David Richmond It works on a | + Dept. of Sociology complex scientific + |Saint Mary's College principle, known as | + Notre Dame, IN 46556 "pot luck." + |219-284-4517 - The Doctor | +-+-+-+-+-+-...
2002 Aug 05
2
filename of source file
...f the file from which the current source is being read? I want something which can be inserted into any .r file and it will be able to ascertain exactly where it is, so that it can save data to the same directory, no matter where it is, regardless of what the current working directory is. Dave Richmond daver969 at mac.com ------------------------------------------------------ "It works on a complex scientific principle known as pot luck." - The Doctor -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~...
2001 Nov 29
3
pause/get input
Hi, Is there a simple command to pause a script until the user hits return? Alternatively, is there a command which prompts the user for some input and assigns the input into a variable? dave +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |David Richmond It works on a | + Dept. of Sociology complex scientific + |Saint Mary's College principle, known as | + Notre Dame, IN 46556 "pot luck." + |219-284-4517 - The Doctor | +-+-+-+-+-+-...
2011 Sep 06
2
Sweave : some comments disappear
...How can this be? I have tried print=TRUE and keep.source=TRUE, but neither seem to affect this behavior. thanks, Remko ------------------------------------------------- Remko Duursma Research Lecturer Hawkesbury Institute for the Environment University of Western Sydney Hawkesbury Campus, Richmond Mobile: +61 (0)422 096908 www.remkoduursma.com
2004 Aug 10
2
Newbie about Mbox or Maildir
Hi, Thanks in advance. I am not sure if my system is setup to use 'mbox' or 'maildir'. How do I find this out? I am running an OpenBSD (v3.5) box with an Intel P3 motherboard. I have installed the OpenBSD port of Dovecot (0.99.10) and have manually started dovecot and configured the ssl certificates as per the documentation. As far as I can tell there is no problems but I am
2002 Mar 20
7
how does while work
i am having some problems with a program that i am writing and i think that knowing how the while command works will help me to figure out where i am going wrong *when do you get kicked out of a while loop?* (i.e., in the following example what would the final value of 'a' be?) i thought it would be 99 but running it in R i get 101 (and 101 for x too!) while (x <100) { for (i in
2007 Oct 11
4
[RSpec] Question about using TextMate Bundle...
...ed to install the gem, then install the plugins into a project, then install the bundle before the bundle can work? I can run ''rake spec'' at the command line just fine; running the spec as a ruby file works too. I''d like to get the bundle working. Thanks Bundleless in Richmond VA (Mel) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071011/2b37dc4d/attachment.html
2004 Apr 02
5
Seattle IAX Termination
...iling any commercial providers, is there anybody in the seattle area running Asterisk with a PRI coming in who might be willing to sell me an IAX trunk with a DID in Seattle? -- ____________________________________________________________ Muiz Motani Intelligent Distribution 72-6800 Lynas Lane, Richmond, B.C. V7C 5E2 email: muiz@i-dist.com phone: +1 604 448 9293 fax: +1 604 448 9296
2003 Dec 29
2
Outlook 2002 sp-2 and initial connection after OS reboot
...Outlook problem or a dovecot problem? I searched the archives and theres been nothing recently about this kind of problem. I need to get this system running in production very soon. --- David Crisp IT Systems Administrator WSL Consultants Pty Ltd dcrisp at wsl.com.au 2-8 Harvey Street Richmond Vic 3121 Australia Phone: +61 3 9429 4666 Fax: +61 3 9429 2294 Web: www.wsl.com.au ------------------------------------------------------------------------------ WSL Consultants Pty Ltd www.wsl.com.au Head Office: 2-8 Harvey Street, Richmond VIC 3121 Ph: (03) 9429 4666 Fax: (03)...
2013 Sep 30
2
climstats
...n't seem to run on R 3.0.2 or 3.0.1 and the zipfile is empty. Does anyone know the status of this package or where I can download it. Thanks ****************** Jenny Williams Spatial Information Scientist, GIS Unit Herbarium, Library, Art & Archives Directorate Royal Botanic Gardens, Kew Richmond, TW9 3AB, UK Tel: +44 (0)208 332 5277 email: jenny.williams@kew.org<mailto:jenny.williams@kew.org> ****************** Film: The Forgotten Home of Coffee - Beyond the Gardens<http://www.youtube.com/watch?v=-uDtytKMKpA&sns=tw> Stories: Coffee Expedition - Ethiopia<http://storify....
2009 Aug 19
2
RGoogleDocs/RCurl through proxy
...se settings with RGoogleDocs as well? I have the name of the proxy server and the port number. (Windows XP). thanks, Remko ------------------------------------------------- Remko Duursma Post-Doctoral Fellow Centre for Plants and the Environment University of Western Sydney Hawkesbury Campus Richmond NSW 2753 Dept of Biological Science Macquarie University North Ryde NSW 2109 Australia Mobile: +61 (0)422 096908 www.remkoduursma.com
2017 Nov 06
1
Re: Live Migration Issue
...o try to get it to regenerate the XML/inject CentOS 7 Drivers Installed new drivers Updated all the packages in the VM. Removed all the Devices from the VM, except the HDDs. Hans Knecht - DevOps Network Administrator Kinsale Insurance Company I 2221 Edward Holland Drive I Suite 600 I Richmond, VA 23230 (804) 289-1300 x5102 office I (804) 673-5697 fax I <mailto:hans.knecht@kinsaleins.com> hans.knecht@kinsaleins.com I www.kinsaleins.com From: Hans Knecht [mailto:hans.knecht@kinsaleins.com] Sent: Monday, November 06, 2017 8:38 AM To: 'libvirt-users@redhat.com' <libv...