Exclude series that contain NAs
RemoveNA(YieldsData, MacroData, Economies)
YieldsData
: List of country-specific bond yieldsMacroData
: List of country-specific and global economic variablesEconomies
: string-vector containing the names of the economies which are part of the economic systemreturn the time series data that were not initially composed by NAs.
Useful links