From 097914dc5d86fc1cf2aeefea307b0ff47ca13f85 Mon Sep 17 00:00:00 2001 From: wen Date: Wed, 16 Dec 2015 07:12:50 +0000 Subject: A tool that "multiply imputes" missing data in a single cross-section (such as a survey), from a time series (like variables collected for each year in a country), or from a time-series-cross-sectional data set (such as collected by years for each of several countries). WWW: http://gking.harvard.edu/amelia --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index 680fb9dd29c6..f07a3bace1df 100644 --- a/math/Makefile +++ b/math/Makefile @@ -6,6 +6,7 @@ SUBDIR += GiNaC SUBDIR += PDL SUBDIR += R + SUBDIR += R-cran-Amelia SUBDIR += R-cran-ChangeAnomalyDetection SUBDIR += R-cran-Formula SUBDIR += R-cran-KFAS -- cgit