I´m running ASReml in Splus, but I found this message error:
Linear model: y~v
Error in asr("y~v", DS1): couldn't find function "existsFunction"
Checking the ASR.S file in lines 111 and 168 the are following sentences
# if(exists("dos",mode=function)) # This form for Splus 4.3
if(existsFunction("dos"))
I changed the last sentence in both lines by
if(exists("dos"))
and the program run.
I´m not sure if this correction is rigth at all. Do you know?
Thanks.
--
Asreml mailinglist archive: http://www.chiswick.anprod.csiro.au/lists/asreml