Skip to content

no solution yet, please help: extract p-value from mixed model in kinship package

2 messages · Ram H. Sharma, Juliet Hannah

3 days later
#
Maybe the pedigree is not set up correctly. If this is the case, the
kinship matrix will not be constructed correctly. I see that in this
example,
the diagonal terms differ.

diag(kmat)

lmekin runs fine for me, and I can extract p-values with:

   lmekinfit <- lmekin(...)
   pval <- lmekinfit$ctable;
On Fri, Apr 15, 2011 at 9:30 AM, Ram H. Sharma <sharma.ram.h at gmail.com> wrote: