so far the result I get is as below, which is a 'tibble' format.
However, as this is a group of time series, I wish to transform this result x
into a 'tsibble' format afterwords.
Anyone know what further step I need to do?
I tried using
x <- function_name(n.ts = 3, freq = 12, nComp = 2, n = 120,output_format = "list")
as_tsibble(x)
Another trying & error
The content should display something similar to this