mpiktas / midasr

R package for mixed frequency time series data analysis.
http://mpiktas.github.io/midasr/
Other
73 stars 34 forks source link

Consider passing functions, instead of the names in make_ic_table #18

Closed vzemlys closed 11 years ago

vzemlys commented 11 years ago

Might be easier than it sounds. Leave old behaviour, by making a named list of the evaluated functions.

The problem is that it will be necessary somehow to pass these functions into environment of prepmidas_r. Maybe assign them into environment of the function body, then in theory they should exist in search path.