SkillAgentSearch skills...

Fbi

Factor-Based Imputation for Missing Data

Install / Use

/learn @cykbennie/Fbi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars63
CategoryDevelopment
Updated19d ago
Forks15

Languages

R

Security Score

85/100

Audited on Mar 13, 2026

No findings