I have a statement:

    cat("myforecast ETS(", paste(object$components[1], object$components[2], 
object$components[3], object$components[4], sep = ","), ") ", n, "\n")

That generates:

cast ETS( A,N,N,FALSE )  3 

Anyone guess as to why the first 5 letters are truncated/missing?

Kevin

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to