I've installed forecast package in R along with dependencies but still get error 'could not find function tsclean'

1.1k Views Asked by At

I m getting an error ->

library('forecast')
library('tseries')
library('fpp')

count_ts = ts(daily_data[, c('cnt')])
daily_data$clean_cnt = tsclean(count_ts)

Error: could not find function "tsclean"

please suggest a solution

0

There are 0 best solutions below