Dear Subhash,
I am surprised the ANOVA table is completely missing for the model you
propose. If the levels of GROUP1 were nested in the levels of GROUP2
(nested within mu), then fitting GROUP1 (ahead of GROUP2) would sweep out
the GROUP2 DF and so the line in the ANOVA for GROUP2 will be missing.
You can look in the .sln file and see all the GROUP2 effects are zero,
and there is more ANOVA information in the .aov file which shpuld make it
clearer what will happen.
The only reason all terms would disappear from the ANOVA table is if
there is a fixed effect fitted as SPARSE which sweeps out all the DF.
Consider sites nested within localities
S1 and S2 in L1
S3 S4 S5 in L2
res ~ mu Loc Site !r Rep.Site
should produce ANOVA
mu 1
Loc 1
Site 3
but
res ~ mu Site Loc !r Rep.Site
should produce ANOVA
mu 1
Site 4
and
res ~ mu Loc !r Rep.Site !f Site
should produce no lines in the ANOVA table
because all 5 DF are swept out in the SPARSE section.
The table heading should be present though.
I trust this helps
If you really do have a job woth NO ANOVA table, but which finished
properly, I need to see it.
> Hello,
>
>
>
> I am using ASREML to analyze data from a Group Un-balanced Block design
> and noticing that the ANOVA table is missing from the .ASR file. The
> ASREML model statement is as shown below. Does anyone know of any
> qualifiers that forces ASREMP to produce the ANOVA table in the output?
> Also, what is the reason for the ANOVA table to be missing?
>
>
>
> tabulate RESPONSE ~ GROUP1 GROUP2
>
> RESPONSE ~ mu GROUP1/GROUP2 !r REP REP.GROUP1
>
> predict GROUP1 !PRESENT GROUP1 GROUP2 !SED !TDIFF
>
> predict GROUP1.GROUP2 !SED !TDIFF
>
>
>
>
>
> Thanks in advance for your response.
>
>
>
> Best regards,
>
> -Subash
>
> 314-694-6364
>
>
> ---------------------------------------------------------------------------------------------------------
> This e-mail message may contain privileged and/or confidential
> information, and is intended to be received only by persons entitled to
> receive such information. If you have received this e-mail in error,
> please notify the sender immediately. Please delete it and all attachments
> from any servers, hard drives or any other media. Other use of this e-mail
> by you is strictly prohibited.
>
>
> All e-mails and attachments sent and received are subject to monitoring,
> reading and archival by Monsanto, including its subsidiaries. The
> recipient of this e-mail is solely responsible for checking for the
> presence of "Viruses" or other "Malware". Monsanto, along with its
> subsidiaries, accepts no liability for any damage caused by any such code
> transmitted by or accompanying this e-mail or any attachment.
> ---------------------------------------------------------------------------------------------------------
>
>
> This message is intended for the addressee named and may contain
> confidential information. If you are not the intended recipient, please
> delete it and notify the sender. Views expressed in this message are those
> of the individual sender, and are not necessarily the views of their
> organisation.
>
Received on Sat Mar 27 2009 - 08:27:41 EST
This webpage is part of the ASReml-l discussion list archives 2004-2010. More information on ASReml can be found at the VSN website. This discussion list is now deprecated - please use the VSN forum for discussion on ASReml. (These online archives were generated using the hypermail package.)