I'm using asreml-R
package for my analysis. Whenever I stored a fitted model object asreml-R
gives some extra information which I want to hide. See the code and the information below:
library(asreml)
dat <- data.frame(y=rnorm(20),x=seq(1,20))
ex.asr <- asreml(y ~ x, data=dat)
asreml(): 3.0.1 Library: 3.01gl IA32 Run: Wed May 30 13:26:44 2012
LogLik S2 DF
-11.3850 0.7691 18 13:26:44
-11.3850 0.7691 18 13:26:44
Finished on: Wed May 30 13:26:44 2012
LogLikelihood Converged
I would highly appreciate if you help to hide this extra information. Remember that asreml-R
is not an open source. Thanks