cykbennie / fbi

Factor-Based Imputation for Missing Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fbi: Factor-Based Imputation for Missing Data

Build Status

The codes in the fbi package are developed based on the following papers:

Requirements

The fbi package requires the following three R packages:

  • stats
  • readr
  • pracma

They should be installed prior to the installation of the fbi package:

install.packages("stats")
install.packages("readr")
install.packages("pracma")

Installation

The fbi package can be installed from github:

devtools::install_github("cykbennie/fbi")

Reference Manual

Refer to the fbi.pdf file for details.

Vignette

Download factor_fred.html for an example using the FRED-MD dataset (https://research.stlouisfed.org/econ/mccracken/fred-databases/).

Author

License

This project is licensed under the GNU General Public License v3.0 License - see the LICENSE file for details.

Acknowledgments

About

Factor-Based Imputation for Missing Data

License:GNU General Public License v3.0


Languages

Language:R 100.0%