Displaying 2 results from an estimated 2 matches for "neice".
Did you mean:
peice
2017 Jan 27
7
[Bug 2670] New: Add ssh_config option that sets the lifetime of the key if added via AddKeysToAgent
https://bugzilla.mindrot.org/show_bug.cgi?id=2670
Bug ID: 2670
Summary: Add ssh_config option that sets the lifetime of the
key if added via AddKeysToAgent
Product: Portable OpenSSH
Version: 7.2p2
Hardware: amd64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
2013 Jun 04
0
Mixed effects model with a phylogenetic tree/ distance, matrix as a random effect
...ivating data set for my development
of coxme was the Minnesota Family Breast Cancer project: 24050 subjects in 462 families.
The random effect is an intercept per subject with sigma^2 K as its variance where K is
the kinship matrix (1 for self-self, .5 for parent-child or sib-sib, .25 for uncle-neice,
etc). lmekin is a linear models front end to the same underlying routines.
I think you want lmekin(y ~ x1 + x2 + (1| subject), data=yourdata, varlist= D)
or some such, where D is the similarity or "correlation" form of you distance matrix.
A downside is that lmekin is sort of...