search for: herited

Displaying 20 results from an estimated 23 matches for "herited".

Did you mean: merited
2011 Oct 14
3
heritability estimation
Hello, I'm looking for a method to estimate narrow sense heritability of traits in a RIL population. Papers I've checked either use either SAS or SPSS or do not give any details at all. I've found some reference to using variance components in ANOVA, using the kinship or wgaim packages, but I don't have a clue as to how to do any of this. Is there any way fro a very R illiterate
2018 Dec 10
0
Fwd: Extended acls with AD - problem with default/herited permissions
...ntage to not show which user has created a folder/file and the ownership. Does something like "inherit group owner = yes" exist ? chmod g+s has no effect on my configuration. Best Regards, EdG -------- Message transféré -------- Sujet : Extended acls with AD - problem with default/herited permissions Date : Mon, 10 Dec 2018 10:47:20 -0300 De : Edouard Guigné <eguigne at pasteur-cayenne.fr> Pour : samba at lists.samba.org Hello, I set a share on a samba 4.7.1 as domain member with an Active Directory controler, this share is used by all domain users. All users from the...
2007 Nov 16
0
Fixed heritability in an lme model
Hi R help, I wanted to set a fixed heritability for the object "Trait" left of ~ operator. Is this possible using lme, or would I need to use something like gls? This is the model line contained within a function; lme.out <- summary(lme(Trait ~ genotype, random = ~1|sire, weights=~number, na.action="na.omit")) Many thanks for any help.
2018 Dec 10
0
Fwd: Re: Fwd: Extended acls with AD - problem with default/herited permissions
...inherit owner = yes > > With some disavantages for users (not see the ownership of a file, etc.) > > I do not know where I can looking for... > > Edouard > > -------- Message transféré -------- > Sujet : Re: [Samba] Fwd: Extended acls with AD - problem with > default/herited permissions > Date : Mon, 10 Dec 2018 15:29:42 -0300 > De : Edouard Guigné <eguigne at pasteur-cayenne.fr> > Pour : Dale <samba at txschroeder.family> > Copie à : samba at lists.samba.org > > > > Hello Dale, > > I set map acl inherit = yes in global par...
2018 Dec 10
0
Fwd: Extended acls with AD - problem with default/herited permissions
...ng like "inherit group owner = yes" exist ? >> chmod g+s has no effect on my configuration. >> >> Best Regards, >> >> EdG >> >> >> >> -------- Message transféré -------- >> Sujet :     Extended acls with AD - problem with default/herited >> permissions >> Date :     Mon, 10 Dec 2018 10:47:20 -0300 >> De :     Edouard Guigné <eguigne at pasteur-cayenne.fr> >> Pour :     samba at lists.samba.org >> >> >> >> Hello, >> >> I set a share on a samba 4.7.1 as domain member...
2018 Dec 10
2
Extended acls with AD - problem with default/herited permissions
...rs. All users from the AD domain have a primary group "Domain Users", and secondary groups to filter access on the folders of the share. I noticed that when a user create a sub-folder/file inside a "Top folder", the default permissions from the "Top folder" are well herited, but the acl "Domain Users" is always added. I find a link  https://bugzilla.samba.org/show_bug.cgi?id=8938 about this. So I made a test with "acl_xattr:ignore system acls = yes" in my smb.conf ; but it seems to disable extended acl to some folders... This is not a solution....
2018 Dec 10
2
Fwd: Extended acls with AD - problem with default/herited permissions
...nd the ownership. > > Does something like "inherit group owner = yes" exist ? > chmod g+s has no effect on my configuration. > > Best Regards, > > EdG > > > > -------- Message transféré -------- > Sujet :     Extended acls with AD - problem with default/herited > permissions > Date :     Mon, 10 Dec 2018 10:47:20 -0300 > De :     Edouard Guigné <eguigne at pasteur-cayenne.fr> > Pour :     samba at lists.samba.org > > > > Hello, > > I set a share on a samba 4.7.1 as domain member with an Active > Directory controler...
2018 Dec 10
2
Fwd: Re: Fwd: Extended acls with AD - problem with default/herited permissions
...uot;Domain Users" to be added was with : inherit owner = yes With some disavantages for users (not see the ownership of a file, etc.) I do not know where I can looking for... Edouard -------- Message transféré -------- Sujet : Re: [Samba] Fwd: Extended acls with AD - problem with default/herited permissions Date : Mon, 10 Dec 2018 15:29:42 -0300 De : Edouard Guigné <eguigne at pasteur-cayenne.fr> Pour : Dale <samba at txschroeder.family> Copie à : samba at lists.samba.org Hello Dale, I set map acl inherit = yes in global parameters of smb.conf and set inherit owner = ye...
2008 Jan 10
2
heritical question :-)
I''ve got a bunch of operating systems installed in files which are emulating disks. Anyone know if there is a way to turn those into vmware style virtual disks? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2012 Nov 24
1
Bootstrap lmekin model
Hi,I use the 'lmekin' model of the 'kinship' package of R in order to estimate heritability. I want to estimate the confidence interval of the variance coefficient and so I should use a bootstrap simulation. The pedigree file has 1386 subjects so I create a kinship matrix [1386*1386].This is the code of R I use: kfit2 <- lmekin(IT~1+AGE +(1|ID), dati1,
2006 Jan 31
1
Mixed-effects models / heterogeneous covariances
Dear R-list, maybe someone can help me with the following mixed-effects models problem, as I am unable to figure it out with the 'nlme-bible'. I would like to fit (in R, obviously) a so-called animal model (google e. g. "Heritability and genetic constraints of life-history" by Pettay et al.) to estimate the variance component that is due to genetic effects. The covariances of
2012 Jul 25
1
Between-group variance from ANOVA
I'm trying also to understand how to get the between-group variance out of a one-way ANOVA, but I'm beginning to think that in a sense, the variance does not exist. Emma said: *The model is response(i,j)= group(i)+ error(i,j)* Yes, if by group(i) you mean intercept + coefficient[i]. *we assume that group~N(0,P^2) and error~N(0,sigma^2) * Only the error is assumed to be a random
2003 Jul 22
2
animal models and lme
Hi, You should look at Pinheiro and Bates (2000) Mixed-effects models in S and S-Plus. It describes how to format the correlation matrix to pass to functions lme and gls. Basically, the correlation matrix has to be one of the corStruct classes, probably corSymm for your example. So in the call to lme (or gls if you really have no random effects), use something like:
2003 Jun 09
4
Some questions remaining about TC
Hello everybody, I try to work with TC for a little while in my study and there still are a few questions that I can\''t find any answer anywhere. Firts about qdisc and classes: - What is exactly the difference between qdsic and class ? They are so \"intimately tied together\" that i\''m not sure not make the difference. Why can\''t we have a qdsic HTB with
2006 Feb 03
0
Mixed-effects models / heterogenous covariances
> Message: 24 > Date: Tue, 31 Jan 2006 18:22:52 +0000 > From: "Lutz Ph. Breitling" <lutz.breitling at gmail.com> > Subject: [R] Mixed-effects models / heterogeneous covariances > To: r-help at stat.math.ethz.ch > Message-ID: > <2e38a1c80601311022i2e1be92doa60b80b50b69eb0c at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Dear
2006 Oct 21
0
[Fwd: [AGDG-LIST:405] R Computing Contest]
-------- Original Message -------- Subject: [AGDG-LIST:405] R Computing Contest Date: Sat, 21 Oct 2006 12:08:13 -0400 From: Larry Schaeffer <lrs at uoguelph.ca> Reply-To: lrs at uoguelph.ca To: Animal Geneticist's Discussion <agdg-list at colostate.edu> For those that are interested only: R Computer Programming Challenge Given: y = Factor A + Factor B + b1(Covariate1) +
2004 May 29
0
IO Wait problem on a patched samba
...ic on it after the problem occurs, it will repeat in the next mins/hours. The problem has appear more than one year ago, and I'm hoping that I could completely correct it at the end of the summer. So since the guy that was working on the problem will be absent for 6 or more weeks, I've herited of the problem. I don't have a great experience with Samba so I post the problem here. I'm not asking you to resolve the problem, but any help would be appreciated. thanx Yannick Bergeron burgergold@hotmail.com yaberger@ca.ibm.com
2005 May 11
2
ACL and recursive permission
Hello, I'm trying to setup a Samba with ACL support. Everything is working fine BUT I have a problem when I try to change permission on a share from a Windows XP/2000 environment. When I select a directory and goes on the "Security" tab and change the permissions (for exemple set write for user xyz), it changes the ACL for the directory but it doesn't change the subfolders
2007 Jun 08
1
icc from GLMM?
Dear R users I would like to ask a question regarding to icc (intraclass correlation) or many biologists refer it to as repeatability. It is very useful to get icc for many reasons and it is easy to do so from linear mixed-effects models and many packages like psy, psychometric, aod and irr have functions to calculate icc. icc = between-group variance/(between-group variance + residual
2008 Mar 12
2
Warning: integrate_views and nested description groups
describe MyController do integrate_views describe "A common base senario" do it "no longer integrates views" do be_careful end end end integrate_views affects an attribute in the class formed by the describe factory method. The second describe generates its own class, so integrate_views is OFF at that level. I''ve already spent far, far too much