Skip to content

cykbennie/fbi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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