search for: gilchrist

Displaying 20 results from an estimated 46 matches for "gilchrist".

2006 Sep 23
2
Create a vector of indices from a matrix of start and end points
...1] [,2] [1,] 2 5 [2,] 7 9 [3,] 15 20 > t.ind <- NULL > for (i in 1:3) t.ind <- c(t.ind, seq(tmp1[i,1], tmp1[i,2])) > t.ind [1] 2 3 4 5 7 8 9 15 16 17 18 19 20 > cheers, George .................................................................. George W. Gilchrist Email: gwgilc at wm.edu Director of Graduate Studies Phone: (757) 221-7751 Department of Biology, Box 8795 Fax: (757) 221-6483 College of William & Mary Williamsburg, VA 23187-8795 http://gwgilc.people.wm.edu/
2004 Sep 16
3
Estimating parameters for a bimodal distribution
...n. I've been running this in a semi-automated program on several hundred datasets a few times each month for several years now. I would like to figure out how to move this to R. Thank you for any help you might offer. ================================================================== George W. Gilchrist Email #1: gwgilc at wm.edu Department of Biology, Box 8795 Email #2: kitesci at cox.net College of William & Mary Phone: (757) 221-7751 Williamsburg, VA 23187-8795 Fax: (757) 221-6483 http://gwgilc.people.wm.edu/
2005 Oct 22
4
Male and female symbols?
Does anyone have an idea of how one might plot male and female symbols on a graph using R? Thanks! .................................................................. George W. Gilchrist Email #1: gwgilc at wm.edu Department of Biology, Box 8795 Email #2: kitesci at cox.net College of William & Mary Phone: (757) 221-7751 Williamsburg, VA 23187-8795 Fax: (757) 221-6483 http://gwgilc.people.wm.edu/
2008 Sep 12
4
reading in results from system(). There must be an easier way...
...gestions would be appreciated. Thanks in advance. Mike ----------------------------------------------------- Department of Ecology & Evolutionary Biology 569 Dabney Hall University of Tennessee Knoxville, TN 37996-1610 phone:(865) 974-6453 fax: (865) 974-6042 web: http://eeb.bio.utk.edu/gilchrist.asp
2006 Jun 26
8
id of last element in a table
Hi, I would like to figure out how to determine what the id of the last element in a table is. Is there an equivalent to the Table.find() method which will tell me the number of elements in a table? also, maybe more importantly, where are the available methods on tables documented? What i am trying to do is to increment the id and work through a table and check whether the id i am currently
2003 Jan 16
2
polynomial contrasts in R
...representing unequally spaced ordered factors. Has anyone implemented this in R? I see that the S-Plus function calls another function (poly.raw()) that calls a Fortran routine. Thanks for your assistance. Cheers, George ================================================================== George W. Gilchrist Email #1: gwgilc at wm.edu Department of Biology, Box 8795 Email #2: kitesci at cox.net College of William & Mary Phone: (757) 221-7751 Williamsburg, VA 23187-8795 Fax: (757) 221-6483
2004 Sep 02
4
Slow Printing from XP clients with SP2?
...and even sending the job through windows makes the app appear non-responsive. The print job is completed fine, but just takes a long time to print. XP boxes with SP1 print like a dream. I've managed to replicate this on 4 boxes all with SP2. I'm running SAMBA 3.0.4. Cheers, Rohan Rohan Gilchrist rohan@e-mailme.org http://www.e-mailme.org/~rohan/ 0412 648 909 *************************************************************************** This e-mail and any files transmitted with it are privileged and confidential information intended for the use of the addressee. The confidentiality and/or...
2003 Jun 04
1
Looking for R analogue of S-plus function ms()
...parameters in a multivariate model and returns, along with the estimates, a loglikelihood score. It's very handy, but I have not found an R version yet. Does anyone know if such a thing exists? Thanks. Cheers, George ================================================================== George W. Gilchrist Email #1: gwgilc at wm.edu Department of Biology, Box 8795 Email #2: kitesci at cox.net College of William & Mary Phone: (757) 221-7751 Williamsburg, VA 23187-8795 Fax: (757) 221-6483 http://gwgilc.people.wm.edu/
2007 Jun 21
1
Extract Df under lme4
...f I ask for logLik (lmer.object), I get something like > logLik(lmer.object) 'log Lik.' -177.1000 (df=10) Can I easily get that df from there (or elsewhere) into an object? Thank you for any ideas. George .................................................................. George W. Gilchrist Email: gwgilc@wm.edu Director of Graduate Studies Phone: (757) 221-7751 Department of Biology, Box 8795 Fax: (757) 221-6483 College of William & Mary Williamsburg, VA 23187-8795 http://gwgilc.people.wm.edu/ [[alternative HTML version...
2011 May 10
2
Being VERY careful while using the --delete option
...l that the variable pointing to source_string is never empty, but I would like to have other fail safe mechanisms in place. I hope I have been sufficiently specific to elicit some suggestions. I guess I am looking for the software equivalent of lots of padlocks on the apartment door. Thanks, Ted Gilchrist -- "Speech, not just for humans" http://www.google.com/profiles/egilchri about.me/ted.gilchrist -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20110510/94c3a646/attachment.html>
2005 May 13
2
Lattice plot within a "for" loop does not happen?
...bunch of blank graphics devices. This happens even if the loop only executes once. I could just go through and do these one by one, but I was curious if I was overlooking something obvious. Thank you for any advice. ================================================================== George W. Gilchrist Email #1: gwgilc at wm.edu Department of Biology, Box 8795 Email #2: kitesci at cox.net College of William & Mary Phone: (757) 221-7751 Williamsburg, VA 23187-8795 Fax: (757) 221-6483 http://gwgilc.people.wm.edu/
2006 Jun 21
5
newbie - question on radio_buttons
I have a view with a form and i want to be able to process the button selected in a controller - not sure how to do this. The form does not map directly to a model - all I want to do is be able to pass back the selected button and know which one it is. So, i have a form and several radio buttons - the submit (not shown) takes me to the process_answer action where I want to determine which
2009 Oct 15
2
Proper syntax for using varConstPower in nlme
...how to properly set up varConstPower. Sincerely, Mike ----------------------------------------------------- Department of Ecology & Evolutionary Biology 569 Dabney Hall University of Tennessee Knoxville, TN 37996-1610 phone:(865) 974-6453 fax: (865) 974-6042 web: http://eeb.bio.utk.edu/gilchrist.asp
2008 Aug 27
1
switch() usage
...ns for each of the switch possibilities. Thanks. Mike ----------------------------------------------------- Department of Ecology & Evolutionary Biology 569 Dabney Hall University of Tennessee Knoxville, TN 37996-1610 phone:(865) 974-6453 fax: (865) 974-6042 web: http://eeb.bio.utk.edu/gilchrist.asp
2009 Oct 26
1
Upgrading Centos 5.3 -> 5.4
Still the same problems I'm afraid. I read the release notes and followed them to the letter. I'm now seeing: Finished Dependency Resolution lvm2-2.02.46-8.el5.i386 from base has depsolving problems --> Missing Dependency: device-mapper >= 1.02.32-1 is needed by package lvm2-2.02.46-8.el5.i386 (base) mkinitrd-5.1.19.6-54.i386 from base has depsolving problems --> Missing
2003 Sep 19
1
Not connecting remotely
...d have it set up to back-up files from another machine, but when I test it, I get the following: @ERROR: Unknown module 'rsync' rsync: connection unexpectedly closed (43 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150) Any thoughts? Thanks, Bryan Gilchrist PS - Is there anyone on this list? Seems very quiet.
2004 Sep 19
1
upgrading samba
Hello, I'm looking to upgrade my Samba from 3.0.4 to 3.0.7. Samba is my PDC currently. Are there any issues that I need to be aware of before I upgrade? Will I need to re-join the domain after the upgrade? Rohan Gilchrist rohan@e-mailme.org http://www.e-mailme.org/~rohan/ 0412 648 909 *************************************************************************** This e-mail and any files transmitted with it are privileged and confidential information intended for the use of the addressee. The confidentiality and/or...
2006 Jul 27
2
setting initial text field values in a form
Hi, I am trying to create a basic form in which I want one of the fields initialized before displaying it. My code (in a view) is as follows: <% if ( session[:user_id] != nil ) then logged_in_user = User.find(session[:user_id]) end %> <% form_for :suggestion do |form| %> <label for="suggestion_title">Topic:</label><br/> <%=
2003 Jan 17
2
read.table bug in Mac OS X (PR#2469)
Full_Name: George W. Gilchrist Version: 1.6.2 OS: OS X Submission from: (NULL) (128.239.124.126) Start with a tab-delimited or comma-delimited text file created on the Mac and use read.table("filename.txt", header=T) to read it in. When the first column of the file contains a character vector, and there is a header l...
2004 Sep 01
1
Printing help from Windows XP
...e/profiles read only = No create mask = 0600 directory mask = 0700 csc policy = manual [lvl3-bw] comment = level 3 printer path = /var/spool/samba/ read only = No guest ok = Yes printable = Yes printer name = level3-bw Help please, I'm pulling my hair out over this. Rohan Gilchrist rohan@e-mailme.org http://www.e-mailme.org/~rohan/ 0412 648 909 *************************************************************************** This e-mail and any files transmitted with it are privileged and confidential information intended for the use of the addressee. The confidentiality and/or...