IQSS / Amelia

Amelia: A Package for Missing Data
http://gking.harvard.edu/amelia
61 stars 17 forks source link

Don't throw error for no cs if plotall specified #5

Closed brentonk closed 8 years ago

brentonk commented 9 years ago

Another one-liner fix: Previously, tscsPlot() would always throw an error if the cs argument were missing. Now, if plotall = TRUE, in which case cs is overwritten anyway, it doesn't throw an error.

mattblackwell commented 8 years ago

Thank, fixed in https://github.com/IQSS/Amelia/commit/60e43243900b5ff2cd9d6b46dd51edf13cb51c20 on the develop branch.