Skip to content

coef does not work for my ASReml model

2 messages · Mehrshad Barary, Bert Gunter

#
Hi Everyone,

I am using ASReml to fit a spatial model. I do not have all the components
of ASReml when I call;
names(summary())
e.g.

names(summary(fcov.asr2))
[1] "call"    "loglik"  "nedf"    "sigma"   "varcomp"

I am trying to get the coefs but I get "NULL".

Does anybody know the reason?

Any help would be much appreciated.

Regards
Mehrshad
#
?str

str(cov.asr2)

Does not:
coefs(fcov.asr2)

give you what you want ?

--Bert



Bert Gunter

"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Tue, May 22, 2018 at 10:25 PM, Mehrshad Barary <bararym at gmail.com> wrote: