Closed christophsax closed 5 years ago
Sorry for the delay getting this cleaned up. Should be OK now... arguments in dfm() now include
scale = TRUE, logs = NULL, diffs = NULL, frequency_mix = "auto", pre_differenced = NULL
so that data is automatically scaled and then unscaled (if TRUE
), logs are taken for specified series (accepting either series name or index value), differenced if specified (again, series name or index value). pre-differenced is only for mixed frequency data --- if low frequency data is already differenced it needs to be included in pre_differenced to get the correct bridge equation. Phew. Hopefully it's pretty clean.
nice! will look at it during the weekend
This looks fine and seem to work
I like his kind of automated checks that you added to
seas_we
. They should: Apply a reasonable heuristic and tell the user what they got. Would like to have them separated, so we can use them both indfm()
andseas_we()
They will make it much easier for first time users.