search for: dam

Displaying 20 results from an estimated 190 matches for "dam".

Did you mean: cam
2009 Apr 17
1
Missing getopt_long in Solaris 8 Sparc
...BJDIR}getopt$U.o ${LIBOBJDIR}getopt1$U.o' LIBS='-lm ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS=' ${LIBOBJDIR}getopt$U.lo ${LIBOBJDIR}getopt1$U.lo' However, the files in src/ are not compiled: build8s% ls -l src/ total 269 -rw-r--r-- 1 dam csw 18710 Apr 17 13:42 Makefile -rw-r--r-- 1 dam csw 839 Jun 2 2008 Makefile.am -rw-r--r-- 1 dam csw 19185 Jul 21 2008 Makefile.in -rw-r--r-- 1 dam csw 31054 Jun 8 2007 getopt.c -rw-r--r-- 1 dam csw 4741 Jun 8 2007 getopt...
2011 Apr 16
3
lme4 problem: model defining and effect estimation ------ question from new bird to R community from SAS community
...r. So your help crucial for me to learn R. I have already got positive expression. I was trying to fit a mixed model in animal experiment but stuck at simple point. The following similar example is from SAS mixed model pp 212. # data genetic_evaluation <- read.table(textConnection(" sire dam adg 1 1 2.24 1 1 1.85 1 2 2.05 1 2 2.41 2 1 1.99 2 1 1.93 2 2 2.72 2 2 2.32 3 1 2.33 3 1 2.68 3 2 2.69 3 2 2.71 4 1 2.42 4 1 2.01 4 2 1.86 4 2 1.79 5 1 2.82 5 1 2.64 5 2 2.58 5 2 2.56"), header = TRUE) # my R practice codes require (lme4) lmer(adg ~ 1...
2008 May 06
2
list manipulation
...I generate this (and similar) result(s) without all the trailing NULLs? > lapply(ls(pattern='bn'), function(x) cat(x, dim(get(x)), "\t", names(get(x)), "\n")) bn1993 2885 11 oplt rplt rsiz tree bd ht oaz odst raz rdst spr bn1994 3158 7 oplt tree bd ht spr stat dam bn1995 734 7 oplt tree bd ht spr stat dam bn1996 293 7 oplt tree bd ht spr stat dam bn1997 264 7 oplt tree bd ht spr stat dam bn1998 768 7 oplt tree bd ht spr stat dam bn1999 654 7 oplt tree bd ht dbh stat dam bn2003 1407 9 oplt tree bd94 ht94 ht99 ht02 ht03 stat dam [...
2005 Oct 26
1
syntax for interactions in lme
...syntax using the nlme package for analyzing mixed models. There was a previous question on this topic posted to this list, so I apologize for redundancy, but I didn't understand the advice given to that inquiry. The model I want to run has the following factors: Host (fixed) Sire (random) Dam nested within Sire (random) Host * Sire (random) Host * Dam within Sire (random) So without the interactions I have: hogmodel = lme(gain ~ host, random = ~1|sire/dam) If I understand correctly, that "sire/dam" term gives me both Sire and Dam within Sire as random factors. OK, so now...
2006 Feb 15
3
RailsTidy: validates your HTML
...ests, * clean the html generated by rails. For doing all this, it uses * Tidy[1], the popular HTML validator and * RubyTidy[2], Ruby bindings for Tidy. More on the RailsTidy[3] page. * Installation instruction, usage and so on are at http://www.cosinux.org/~dam/projects/rails-tidy/doc/, * Source tree is at http://www.cosinux.org/~dam/projects/rails-tidy/rails_tidy, * Tarball is at http://www.cosinux.org/~dam/projects/rails-tidy/rails_tidy-0.1.tar.bz2 [1] http://tidy.sourceforge.net/ [2] http://rubyforge.org/projects/tidy/ [3] http://www.cosinux.o...
2009 Apr 14
2
Missing getopt_long in Solaris 8 Sparc
Hi, I have problems compiling speex 1.2rc1: > /opt/studio/SOS11/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I. - > I.. -I../include -I../include -I.. -I/opt/csw/include -I/opt/csw/ > include -xO3 -xarch=v8 -I/opt/csw/include -c skeleton.c > /bin/bash ../libtool --mode=link /opt/studio/SOS11/SUNWspro/bin/cc - > xO3 -xarch=v8 -I/opt/csw/include -xarch=v8 -L/opt/csw/lib -o
2005 Oct 30
1
Help with Subtracting an effect from a Mixed Model
...ific question, and I hope someone can help. NOTE, I know I should be using the newer lme4 package, I just haven't had a chance to update my version of R yet, so the question below relates to nmle. I have data from a classical quantitative genetics experiment, with 33 sires mated each to 2 dams, with 15 progeny from each dam raised on 5 host plants (3 larvae per host). So the model I would like to run has the following factors: Host (fixed) Sire (random) Dam [nested within sire] (random) Host * Sire (random interaction) Host * Dam [nested within sire] (random interaction) This is the...
2011 Nov 25
6
Use RbConfig instead of obsolete and deprecated Config
Hi everyone, since my last gem update, I get the following error when using webgen: /home/dams/opt/ruby/gems/webgen-0.5.14/lib/webgen/cli/utils.rb:10: Use RbConfig instead of obsolete and deprecated Config. /usr/lib/ruby/1.9.1/psych.rb:154:in `parse'': (<unknown>): couldn''t parse YAML at line 21 column 9 (Psych::SyntaxError) from /usr/libb/ruby/1.9.1/psych.rb:154:in `...
2018 Feb 05
2
smbclient //server/netlogon -k -c 'ls' fails with "NT_STATUS_LOGON_FAILURE"
...server. I have redone the basic checks on the samba server: smbclient //localhost/netlogon -U Administrator -c 'ls' -- works kinit administrator at INTERNAL.DOMAIN.COM -- works klist -- works smbclient //server/netlogon -k -c 'ls' -- fails Detailed output: smbclient //lotus.intra.dam-application.ro/netlogon -k -c 'ls' -d9 Any advices for troubleshooting this issue? Thank you for your help! Arcadie Cracan
2011 Mar 20
2
R as a non-functional language
...ning with R*<http://www.liaad.up.pt/~ltorgo/DataMiningWithR/code.html>in preparation for a class I'll be teaching next quarter. Here's an example that is very non-functional. > pH <- c(4.5,7,7.3,8.2,6.3) > names(pH) <- c('area1','area2','mud','dam','middle') > pH area1 area2 mud dam middle 4.5 7.0 7.3 8.2 6.3 This sort of thing seems to be quite common in R. *-- Russ * [[alternative HTML version deleted]]
2008 Feb 25
0
Extracting variance components from a Manova
I am trying to run a simple nested manova with two levels of nesting, Sires, and Dams within Sires. The goal is to extract the among sires covariance matrix and secondarily, the among Dams within Sires covariance matrix. Both sires and dams are random effects. At present there are four dependent variables, but that may change. This is part of a larger bootstrapping project, so...
2018 Feb 26
2
smbclient //server/netlogon -k -c 'ls' fails with "NT_STATUS_LOGON_FAILURE"
...I am still having trouble > with my samba installation. I have made the check suggested on > wiki.samba.org and got the following results: > > # smbclient -L localhost -U% > smbclient //localhost/netlogon -UAdministrator -c 'ls' > > # host -t SRV _ldap._tcp.intra.dam-application.ro > > # host -t SRV _kerberos._udp.intra.dam-application.ro > > # host -t A lotus.intra.dam-application.ro > > # kinit administrator > > # klist > > Finally, this last check fails: > > # smbclient //lotus.intra.dam-application.ro/netl...
2005 Jul 01
2
loop over large dataset
...re pedigree information). I created a new dataset (same number of rows as the pedigree dataset, 2 colums) and I use a looping functions to assign haplotypes according to a standrd biological reprodictive process (i.e. meiosis, sexual reproduction). My code is someting like: off = function(sire, dam){ # simulation of reproduction, two inds sch.toll = round(runif(1, min = 1, max = 2)) dch.toll = round(runif(1, min = 1, max = 2)) s.gam = sire[,sch.toll] d.gam = dam[,dch.toll] offspring = cbind(s.gam,d.gam) # offspring } for (i in 1:dim(new)[1]){ if(ped[i,3] != 0 & ped[i,5] != 0){...
2007 Aug 29
2
Recoding multiple columns consistently
Hi, I have a dataframe that contains pedigree information; that is individual, sire and dam identities as separate columns. It also has date of birth. These identifiers are not numeric, or not sequential. Obviously, an identifier can appear in one or two columns, depending on whether it was a parent or not. These should be consistent. Not all identifiers appear in the individual column...
2018 Feb 26
2
smbclient //server/netlogon -k -c 'ls' fails with "NT_STATUS_LOGON_FAILURE"
On Mon, 26 Feb 2018 11:09:55 +0200 Arcadie Cracan <arcadiec at gmail.com> wrote: > Dear Rowland, > > This is the contents of the files: > > /etc/hostname: > lotus > > /etc/hosts: > > /etc/resolv.conf: > > > # > > netstat -tlnp > > /etc/krb5.conf: > > > /etc/samba/smb.conf: Hmm, either something went wrong with
2018 Feb 26
3
smbclient //server/netlogon -k -c 'ls' fails with "NT_STATUS_LOGON_FAILURE"
On Mon, 26 Feb 2018 11:30:58 +0200 Arcadie Cracan <arcadiec at gmail.com> wrote: > /etc/samba/smb.conf: > # Global parameters > [global] > workgroup = DAM > realm = INTRA.DAM-APPLICATION.RO > netbios name = LOTUS > server role = active directory domain controller > server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, > drepl, winbindd, ntp_signd, kcc, dnsupdate > idmap_ldb:use rfc2307 =...
2010 Mar 18
2
Pedigree / Identifying Immediate Family of Index Animal
...e my code should be written better to get rid of the loops, so if anyone has suggestions there I would appreciate this as well. Thanks in advance. Code to calculate generations forward and backward: #queryIds holds the unique Ids for parents of the index animals queryIds = unique(c(ped$Sire, ped$Dam)); for(i in 1:gens){ if (length(queryIds) == 0){break}; #allPed is the dataframe with Id,Dam,Sire and Sex for animals in our colony newRows <- subset(allPed, Id %in% queryIds); queryIds = c(newRows$Sire, newRows$Dam); ped <- unique(rbind(newRows,ped)); } #build forwards...
2014 Oct 06
21
[Bug 84706] New: [NV94] HDMI Connected, but TV reports "no signal"
...ct: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: jayvandam at gmail.com QA Contact: xorg-team at lists.x.org Created attachment 107397 --> https://bugs.freedesktop.org/attachment.cgi?id=107397&action=edit kernel log with nouveau.debug=trace and drm.debug=0xe Hardware information: CPU: Intel Core2 Quad Q9400 Graphics card: GeForce 9600...
2018 Feb 26
0
smbclient //server/netlogon -k -c 'ls' fails with "NT_STATUS_LOGON_FAILURE"
Dear Rowland, Indeed. Guess my KMail client is playing with me. I disabled HTML formatting. Here is the info again: /etc/hostname: lotus /etc/hosts: 127.0.0.1 localhost 192.168.1.254 lotus.intra.dam-application.ro lotus /etc/resolv.conf: # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN nameserver 127.0.0.1 search intra.dam-application.ro # The following lines are desirable for IPv6 capable...
2018 Feb 26
0
smbclient //server/netlogon -k -c 'ls' fails with "NT_STATUS_LOGON_FAILURE"
...the previous incomplete message. I am still having trouble with my samba installation. I have made the check suggested on wiki.samba.org and got the following results: # smbclient -L localhost -U% smbclient //localhost/netlogon -UAdministrator -c 'ls' # host -t SRV _ldap._tcp.intra.dam-application.ro # host -t SRV _kerberos._udp.intra.dam-application.ro # host -t A lotus.intra.dam-application.ro # kinit administrator # klist Finally, this last check fails: # smbclient //lotus.intra.dam-application.ro/netlogon -k -c 'ls' A detailed output follows:...