I have a list with three xts that contains one column.
:'xts' : 250 obs. of 1 variable:
:'xts' : 245 obs. of 1 variable:
:'xts' : 250 obs. of 1 variable:
XTS second number of values is smallest.
How to balance the number of variables in this list? (It is worth remembering that the XTS has a variable as the time.)
Below is an example of how I would do:
index time xts1 xts2 xts3
1 2016-10-27 10 34 7
2 2016-10-26 41 16
3 2016-10-25 19 60 25
4 2016-10-24 50 92
5 2016-10-23 34 75 6
If some values not, just delete the rows with a missing value. That is, remove the 2 and 4 row into the list.