Dear all,
I am trying to translate the asreml-Standalone code for the example dataset Tullibigeal (unreplicated early generation variety trial - Wheat) in Asreml-R.
Here is the R code for the 4 adjusted models :
asr1 = asreml( yield ~ weed.dens , random = ~ Variety, rcov = ~ ar1(Row):id(Column), data = tullib )
asr2 = asreml( yield ~ weed.dens , random = ~ Variety, rcov = ~ ar1(Row):ar1(Column), data = tullib )
asr3 = asreml( yield ~ weed.dens + pol(Column,-1) , random = ~ Variety, rcov = ~ ar1(Row):ar1(Column), data = tullib )
asr4 = asreml( yield ~ weed.dens + pol(Column,-1) , random = ~ Variety + units, rcov = ~ ar1(Row):ar1(Column), data = tullib )
Normaly, the predictions would be:
predict.asreml( asrX, "Variety" )$prediction
but it doesn't work for asr3 and asr4.
I think the asreml-Standalone equivalent code for asr3 and asr4 is:
predict Variety Column 5.5
but I don't know how to translate it.
Someone knows?
Thanks a lot,
Chloe
-------------------- m2f --------------------
Sent using Mail2Forum (http://www.mail2forum.com).
Read this topic online here:
http://www.vsni.co.uk/forum/viewtopic.php?p=1321#1321
-------------------- m2f --------------------
Received on Fri Jan 29 2010 - 11:01:17 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.)