[R] Discrete valued time series data sets.

2018-01-01 Thread Rolf Turner
I am looking for (publicly available) examples of discrete valued time series data sets. I have googled around a bit and have found lots of articles and books on discrete valued time series, but have had no success in locating sites at which data are available. Can anyone make any useful

Re: [R] Error in adabag

2018-01-01 Thread Jeff Newmiller
Not reproducible [1][2][3]. (Missing references to packages and "b" data frame.) Also, posting with html format makes extracting your code unreliable, so set your email program to send plain text for this mailing list. [1]

[R] Error in adabag

2018-01-01 Thread greg holly
Hi all; Happy new year. I have got the following error rror in if (nrow(object$splits) > 0) { : argument is of length zero when I am running the following codes. train <- c(sample(1:27,18), sample(28:54, 18), sample(55:81, 8)) a2011.adaboost <- boosting(median_kod ~ ., data = b[train, ],