-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
12 lines (12 loc) · 1.38 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
Package: FFCRegressionImputation
Title: Several predictive approaches to imputation using linear regressions and lasso based approach for data in the Fragile Families Challenge
Version: 0.0.0.9000
Authors@R: person("Anna", "Filippova", email = "[email protected]", role = c("aut", "cre"))
Description: This package provides helper functions for performing data imputation for the Fragile Families Challenge panel dataset. Requires access to the FFC dataset. Function will take raw dataset, convert -9s and other missing value characters to NAs, make some logical imputations (such as filling in missing age based on existing age information in other waves), impute means, and then use either linear regressions or lasso to predict missing values. You will end up with a dataframe of imputed values (either constructed only or the full data frame, depending on the options you specify), where an original value is missing, and original (unmodified) values where they exist. For example, if the dataset is missing data in the first case in househost income from mom's survey in wave 4 (cm4hhinc), but not cases 2 and 3, the function will only impute the first case, and return the original values for cases 2 and 3.
Depends: R (>= 3.3.1)
Imports: dplyr, psych, stringr,zoo
Suggests: parallel, polywog, nnet, Matrix, dummies, glmnet
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1