search for: horn

Displaying 20 results from an estimated 408 matches for "horn".

2020 Nov 17
3
can't delete recursive DNS entry
On 17/11/2020 16:19, Mani Wieser via samba wrote: > ldbdel is definitely not the right tool: it will delete both records > > lddsearch: returned 2 records, because the dn is exactly the same Didn't think you could have two records with the same DN, if this is true, then it does sound like a bug, care to share the two DN's ? Rowland
2020 Nov 17
0
can't delete recursive DNS entry
your are right: it has the name two times in the dn server1:/var/log# ldbsearch -H /var/lib/samba/private/sam.ldb -b CN=MicrosoftDNS,DC=DomainDnsZones,DC=ad,DC=horn '(dc=ad.horn)' # record 1 dn: DC=ad.horn,CN=MicrosoftDNS,DC=DomainDnsZones,DC=ad,DC=horn objectClass: top objectClass: dnsZone instanceType: 4 whenCreated: 20200708143747.0Z uSNCreated: 13579 showInAdvancedViewOnly: TRUE name: ad.horn objectGUID: 65596d8b-5b3d-4682-865c-b98bcd213ba9 objectC...
2012 Nov 29
0
Simper analysis with Morisita-Horn
Dear ecology fellows, I tried to implement Morisita-Horn distance (instead of Bray that is in the current version) in the code for the Simper analysis in vegan. I would be very grateful if someone can check if the code is right. function (comm, group, ...) { if (any(rowSums(comm, na.rm = TRUE) == 0)) warning("you have empty rows: re...
2008 Feb 26
3
R package to perform Horn's parallel analysis
I am seeking information on whether anyone has written code to perform Horn's parallel analysis (a procedure that informs the selection of the proper number of components in PCA) in R. Thank you in advance for any help you can provide. Please respond off-list at the email address below. Karen Douglas ************************************************************...
2003 Jun 10
1
-u updating too liberally
...to be backed up. Here is the command I have been playing with. rsync -Cavuz -e ssh /home/ twoface:/backups/pw/home/ However, it seems I am mis-using the -u option, or something. For instance, when I add the -n option, rsync reports that it will update home/jesse/tex/Papers/Jesse/coequations/Horn.tex But, I see locally and on twoface, resp.: -rw-r----- 1 jesse users 72887 Nov 12 2002 /home/jesse/tex/Papers/Jesse/coequations/Horn.tex -rw-r----- 1 1000 users 72887 Nov 12 2002 /backups/pw/home/jesse/tex/Papers/Jesse/coequations/Horn.tex So, it looks like Horn.tex...
2006 Jul 08
1
denominator degrees of freedom and F-values in nlme
Hello, I am struggling to understand how denominator degrees of freedom and subsequent significance testing based upon them works in nlme models. I have a data set of 736 measurements (weight), taken within 3 different age groups, on 497 individuals who fall into two morphological catagories (horn types). My model is: Y ~ weight + horn type / age group, random=~1|individual I am modeling this using glmm.PQL function with family=neg.bin (negative binomial distribution, estimating theta based upon a glm without individual as a random effect). My data set will not be balanced, with varyin...
2008 Oct 08
1
Strange horns on notched box plots
Hi I'm getting a weird result when I try to switch from a normal box plot to a notched one. The ends of the box fold down toward the median giving a horned appearance. Is just the sample itself? It is small, but the un-notched plot looks okay. Anyway to fix this? e7=as.vector(c(234,37,98,116,47)) boxplot(e7, plot=TRUE, notch=TRUE) Thanks very much.
2004 Mar 17
1
ANCOVA when you don't know factor levels
Hello people I am doing some thinking about how to analyse data on dimorphic animals - where different individuals of the same species have rather different morphology. An example of this is that some male beetles have large horns and small wings, and rely on beating the other guys up to get access to mates, whereas others have smaller horns and larger wings, and rely on mobility to find mates before the guys with the big horns turn up and beat them up. Normally what we do to see if this is happening is to plot a sc...
2006 Mar 07
4
POSIX time zone codes
The manual entry for as.POSIX says this about time zone codes... Usage as.POSIXct(x, tz = "") tz A timezone specification to be used for the conversion... but it fails to mention what these "specifications" are. So far, I have tried... as.POSIX(x, tz="UTC") ... works, gives UTC times as.POSIX(x, tz="UTC") ... works, gives EST times as.POSIX(x,
2017 Jun 08
2
Rainbow in loop
...mplified) Real times are not necessarily whole numbers so there's not a one to one correspondence between times and index of time elements sec.time<-seq(0,100) distance<-c(rep(0, 10),rep(1,5),rep(2,20),rep(3,10),rep(4,20),rep(5,5),rep(6,31)) plot(sec.time,distance,type="l") horntime<-c(7,23,52,67,81,90) wipertime<-c(4,18,34,47,62,78,89) calltime<-c(27,58,93) abline(v=sec.time[horntime], col="red") abline(v=sec.time[wipertime], col="blue") abline(v=sec.time[calltime], col="green") what I want, in this case as there are three events,...
2004 Apr 19
1
error message in mle function
I am getting an error message concerning the estimation of confidence intervals when fitting a mixed model and don't know what the problem is, or its solution. Just to provide context: the model is describing the effects of age, exp(age), harvest age, and climate variables on bighorn horn annular length. The data structure is repeated measures (between individuals, within individuals over time). Id is a random effect (there are between 3-11 horn measurements per ram, one horn measurement per age, over the 25 year period in the dataset). The mixed effect results is u...
2011 Aug 19
4
Using dtrace to follow a kernel linked list
...ructs, it would be obvious: int count_list(struct list *list) { int i; for (i = 0; list != NULL; list = list->next) ++i; return i; } In the dtrace scripting language there are no loop constructs, but is there a way to add a new provider than can loop? Thank you, Lida Horn
2009 Mar 10
7
Managing migrations
I have a migration "x" that when it runs self.up it adds a new column to a table, and of course when self. down is run it deletes said table... After I ran this migration I continued to work and in the process added a couple other migrations. After a while I realized that the column migration "x" created was a mistake and I no longer need it. So I ran rake db:migrate:down
2005 Mar 27
2
Installed package... no wineinstall...
ARGH... I installed Wine 20050310 on my machine running Fedora 3... I did a package install bc I figured that would be easier... tried to run wineinstall like the docs said to be easy-like... but there is no wineinstall on my machine... anywhere... help... please... M. Horn
2017 Jun 08
0
Rainbow in loop
...y whole numbers so there's not a one to one correspondence > between times and index of time elements > > sec.time<-seq(0,100) > > distance<-c(rep(0, > 10),rep(1,5),rep(2,20),rep(3,10),rep(4,20),rep(5,5),rep(6,31)) > plot(sec.time,distance,type="l") > horntime<-c(7,23,52,67,81,90) > wipertime<-c(4,18,34,47,62,78,89) > calltime<-c(27,58,93) > > abline(v=sec.time[horntime], col="red") > abline(v=sec.time[wipertime], col="blue") > abline(v=sec.time[calltime], col="green") > > what I want,...
2010 Apr 01
3
Using a string as a variable name - revisited
...some reason) and reading the count data from column number 25, instead of from the column labelled with Aulacoseira_islandica. If I try... > columndata <- counts$Aulacoseira_islandica ...it works fine. Any thoughts? -Euan NRRI-University of Minnesota Duluth ______________________ Jason Horn-2 Oct 20, 2006; 06:28pm [R] Using a string as a variable name Is it possible to use a string as a variable name? For example: foo<="var1" frame$foo # frame is a data frame with with a column titled "var1" This does not work, unfortunately. Am I just missing the correct...
2008 May 08
5
MBOX to Maildir preserving the UIDL (outlook-tested, no redownloading)
TESTED AND RUNNING, MIGRATING from MBOX to MAILDIR, PRESERVE UID and OUTLOOK sees the email as downloaded. I hope this helps a lot of people out there. Feel free to post this somewhere else too. By: Horn Wijaya (hwijaya at nodens.biz) 8th May 2008 I have been searching for weeks for a foolproof method to migrate all my users mbox to maildir/dovecot without having the pain of downloading all emails again, especially for heavy users. It would cause frustration to thousands of my users. So.... eve...
2014 Aug 13
2
MySQL - replication - how to restore master?
...plication start afresh? And on the slave, which at that time would be ahead of the master, how do we sort out the replication? Do we drop the existing database and import the backup data into the slave as well, so that both the master and slave start with the same data? Thanks, John. -- John Horne Tel: +44 (0)1752 587287 Plymouth University, UK
2005 Dec 20
4
rsync deleting symbolic link unexpectedly
I''m running 2.6.6 on a red hat EL3 system. using the following command, rsync -rlptDvzL --stats --include=a/ --include=a/dir/ --include=a/dir/symlink/ --include=a/dir/symlink/dir2/ --include=a/dir/symlink/dir2/dir3/ --exclude=''**'' /export/stuff remote::stuff I expect the "symlink" (which is really a symbolic link to a directory) to be preserved on the
2010 Feb 02
2
hvcluster() with distance method from vegdist(), package = vegan
hello, i'd be happy if someone could provide help with the following problem: i have a dist.matrix that comes from vegdist() function of the vegan package. the used method = "horn" is not accepted as argument in hvcluster(...,dist.method="..."). is there a way to incorporate the method "horn" in hvcluster()? thanks in advance! yours, kay -- View this message in context: http://n4.nabble.com/hvcluster-with-distance-method-from-vegdist-package-veg...