I am running R version 2.14.1 with up-to-date packages. When running the HoltWinters function as in HoltWinters(logjj,gamma=FALSE,beta = TRUE) i get back Smoothing parameters: alpha: 0.1692882 beta : TRUE gamma: FALSE In the old days (several weeks ago) i used to get back the actual beta value used as the documentation states. Is this a reporting change? How can I get the value of beta? -- View this message in context: http://r.789695.n4.nabble.com/HoltWinters-problem-tp4321332p4321332.html Sent from the R help mailing list archive at Nabble.com.
It seems that using Beta=NULL causes the routine to function the way beta=TRUE used to function, i.e., the value is computed and reported. I think, IMHO, that this new functionality should this be documented on the help page. I did not test out how the gamma parameter behaves. Thanks. -- View this message in context: http://r.789695.n4.nabble.com/HoltWinters-problem-tp4321332p4323793.html Sent from the R help mailing list archive at Nabble.com.