search for: deere

Displaying 20 results from an estimated 80 matches for "deere".

Did you mean: deer
2009 Nov 12
1
barplot at specific x values
Dear useRs, I search for a possibillity to plot stacked bars at specific x positions. I tried and tried, but the only way i got something adequate was by using lowlevel plots segments(). That is quiet ok, but will not please eyes without a lot of par() lines. dh<-data.frame(longitude=abs(rnorm(5)),deers=abs(rnorm(5)),humans=abs(rnorm(5))) plot(dh$longitude,apply(dh[,2:3], 1,
2010 Oct 09
2
gluster and rocks?
...f there is a Roll for Gluster? Or, do you have any advice about things to do and things to avoid doing? We're considering using Gluster with Infiniband on our cluster and trying to learn whether other people have done this so we can perhaps learn from their experience. Thanks. .. Lana (lana.deere at gmail.com)
2011 Dec 27
1
Summing Data in R
Currently I have a data set looking like: License Species Year HD Quota L.R.QTA L.R.QTA Success Surplus Permit Elk 1999 101 50 87 90 151 10 Permit Deer 1999 101 50 20 10 151 8 Permit Elk 1999 101 50 87
2006 Nov 23
1
nonlinear regression-getting the explained variation
Hi, I'm trying to teach myself R, and by the way, re-learning statistics using Crawley's "Statistics: an introduction using R". I've reached the regression chapter, and when it deals with non-linear regresion using the nls library I face the following problem: I follow the steps--- >deer<-read.table("c:\\temp\\jaws.txt",header=T) ---data available at
2002 Feb 25
2
Samba 2.2.3a, print queue status "opening," high server load
...wins server = 166.191.196.135 message command = csh -c '/usr/bin/mailx -s Winpopup postmaster < %s;/bin/rm -f %s' & load printers = no name resolve order = lmhosts wins host bcast printing = SYSV print command = /usr/bin/lp -c -dprint01.dw.deere.com:%p %s ; /bin/rm -f %s lpq command = /usr/bin/lpstat -o%p -L lpq cache time = 60 veto files = /*.eml/*.nws/Ne*:/ [dwpr54] comment = HPLJ4000N path = /var/spool/samba guest ok = Yes printable = Yes printer name = dwpr54 -- --------...
2002 Oct 28
2
glmm for binomial data? (OT)
A while ago (April 2002) there was a short thread on software for generalized linear mixed models. Since that time, has anyone written or found R code to use a glmm to analyze binomial data? I study CWD in white-tailed deer, and I'd like to do a similar analysis as Kleinschmidt et al. (2001, Am. J. Epidemiology 153: 1213-1221) used to assess control for spatial structure in malaria
2017 Dec 18
0
Finding center of mass in a hydrologic time series
Hi Eric, the following works for me. HTH, Eric library(EGRET) StartDate <- "1990-10-01" EndDate <- "2017-09-30" siteNumber <- "10310000" QParameterCd <- "00060" Daily <- readNWISDaily(siteNumber, QParameterCd, StartDate, EndDate) # Define 'center of mass' function com <- function(x) { match(TRUE, cumsum(x/sum(x)) > 0.5) -
2017 Dec 18
2
Finding center of mass in a hydrologic time series
Eric B's response provided just the kind of quick & simple solution I was hoping for (appears as the function com below). However, I once again failed to take advantage of the power of R and have reverted back to using a for loop for the next step of the processing. The example below (which requires the library EGRET for pulling an example dataset) works, but probably can be replaced
2002 Mar 03
1
Samba 2.2.3a, print queue status "opening,"highserver load
...ble when the NT4.0 drivers are also available. Now, whether these drivers from HP are truly level 3 and developed properly as such, I wouldn't have a clue how to tell. Thanks. Steven J Mackenzie <sjm@activenavigation.com> wrote: >From: "Jay D. Anderson" <jay.anderson@dw.deere.com> >> Jerry FYI: after sending you my config and the log file, I tried one more >> suggestion from Dave, to use the printer drivers supplied with W2KSP2 >> instead of the drivers downloaded from HP's website. This did the trick, >> printing works perfectly with th...
2017 Sep 13
2
y label for X11 graphics
In the following plot, the y label is missing if it is too long. x11(type="Xlib") plot(1:5, 1:5, ylab="Do, a deer, a female deer") # missing label plot(1:5, 1:5, ylab="Do") # label is present All is well for x11(type="cairo") This is true both under R devel 2017-09-01 on xubuntu (my desktop), and 3.4.1 on Centos 6.9 (department
1998 Oct 12
1
locking for multiple samba servers sharing same NFS filesystems
...S mounted filesystem? I don't know how the STATUS..LCK file is used, but for instance, could that file be shared between the multiple Samba servers via and NFS mount? Thanks! -- --------------------------------------------------------------------- Jay D. Anderson John Deere Davenport Works Jay@Deere.com P.O. Box 4198 Phone: 319.388.4268 Fax: 319.388.4159 Davenport, Iowa 52808 http://www.dw.deere.com:8080/~hz01930 http://web.infoave.net/~jaya -------------- next part -------------- A non-text attachment was scrubbed... Name: vcard.vcf Type...
1999 Feb 02
0
Samba 2.0 problem with Excel
...'/usr/bin/mailx -s Winpopup postmaster < %s;/bin/rm -f %s' & [homes] comment = Home Directories browseable = no writable = yes create mode = 0775 directory mode = 0775 --- --------------------------------------------------------------------- Jay D. Anderson John Deere Davenport Works Jay@Deere.com P.O. Box 4198 Phone: 319.388.4268 Fax: 319.388.4159 Davenport, Iowa 52808 http://www.dw.deere.com:8080/~hz01930 http://web.infoave.net/~jaya
1999 Jul 09
1
Samba 1 vs. 2, locking and Windows Terminal Server Edition
...ctionality in Samba 2, but this particular behavior is broken beyond use so I cannot upgrade. Please advise if there are any workarounds, or consider fixing this problem? Thanks. -- --------------------------------------------------------------------- Jay D. Anderson John Deere Davenport Works Jay@Deere.com P.O. Box 4198 Phone: 319.388.4268 Fax: 319.388.4159 Davenport, Iowa 52808 http://www.dw.deere.com/~hz01930 http://web.infoave.net/~jaya
2010 Oct 07
2
first post and bootstarpping problems
Hello to all R users, I use R for a year now and am dealing with geometric morphometrics of deer skulls. Yes, I am a biologist and my math skills are just beginning to brush up. To cut to the chase... I have two groups in my data (males and females) and my data is in a simple vector form. Now I need a bootstrap test for this value szc1 <- ((mean(maleCent)-mean(femaCent))^
1999 Jun 21
0
Samba 2.0.x unusable for this environment
...pool/samba browseable = yes printable = yes public = yes writable = no create mode = 0700 printer driver = QMS-PS 410 printer driver location = \\%L\PRINTER$ -- --------------------------------------------------------------------- Jay D. Anderson John Deere Davenport Works Jay@Deere.com P.O. Box 4198 Phone: 319.388.4268 Fax: 319.388.4159 Davenport, Iowa 52808 http://www.dw.deere.com/~hz01930 http://web.infoave.net/~jaya
1999 Jul 15
3
"shared mem size" parameter and smbstatus
...0 (5MB), smbstatus says 879608. Is smbstatus not reporting the actual size, or is this accurate and the shared memory size has actually been reduced instead of increased? Thanks. -- --------------------------------------------------------------------- Jay D. Anderson John Deere Davenport Works Jay@Deere.com P.O. Box 4198 Phone: 319.388.4268 Fax: 319.388.4159 Davenport, Iowa 52808 http://www.dw.deere.com/~hz01930 http://web.infoave.net/~jaya
2007 Oct 22
2
Problem in mbox-sync.c
We've just cut over to a new mail server running Dovecot 1.0.5. The underlying OS is RHEL 5. User mailboxes are stored in Unix mbox format on a local ext3 file system. The MTA on the system is the default RedHat version of Sendmail 8.13.8 with procmail for local delivery. We're using a combination of dotlock and fcntl style locking. The output of "dovecot -n" for this system
2001 Nov 20
2
Help to conduct a random factor analysis with binomial response
Dear users of the R mailing list, I am a ph.d. student in biology working on red deer in Norway, who would like to conduct an analysis with random factor where the response is binomially distributed. This cannot be conducted in S-plus, and I was told by others that it may be possible in R. However, I soon got into trouble which I hope you can help me to solve. My model is on this form:
2013 Mar 29
2
Error message in dredge function (MuMIn package) used with binary GLM
Hi all, I'm having trouble with the model generating 'dredge' function in the MuMIn 'Multi-model Inference' package. Here's the script: globalmodel<- glm(TB~lat+protocol+tested+ streams+goats+hay+cattle+deer, family="binomial") chat<- deviance(globalmodel)/59 #There we 59 residual degrees of freedom in this global model. models<- dredge(globalmodel,
2000 Mar 29
3
Samba 2.0.6 Interfaces
We're had some recurring problems with nmbd's on Solaris 2.7 and Irix 6.5 failing to renew their WINS registrations in a timely manner causing the records to become tombstoned. While we've solved it by issuing "pkill" and "killall", respectively, of nmbd nightly from root's crontab, I wanted to alert the authors and other administrators to the problem so similar