Skip to content
/ MultiRFM Public

❗ This is a read-only mirror of the CRAN R package repository. MultiRFM — High-Dimensional Multi-Study Robust Factor Model. Homepage: https://github.com/feiyoung/MultiRFM Report bugs for this package: https://github.com/feiyoung/MultiRFM/issues

Notifications You must be signed in to change notification settings

cran/MultiRFM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiRFM

High-dimensional multi-study robust factor model

=========================================================================

To robustly extract meaningful features from data derived from multiple heterogeneous sources, we introduce a high-dimensional multi-study robust factor model, called MultiRFM, which learns latent features and accounts for the heterogeneity among sources.

Installation

"MultiRFM" depends on the 'Rcpp' and 'RcppArmadillo' package, which requires appropriate setup of computer. For the users that have set up system properly for compiling C++ files, the following installation command will work.


### Install from CRAN
install.packages("MultiRFM")

### Install from github
if (!require("remotes", quietly = TRUE))
    install.packages("remotes")
remotes::install_github("feiyoung/MultiRFM")

Usage

For usage examples and guided walkthroughs, check the vignettes directory of the repo.

Simulated codes

For the codes in simulation study, check the simuCodes directory of the repo.

News

MultiRFM version 1.1 released! (2024-12-11)

About

❗ This is a read-only mirror of the CRAN R package repository. MultiRFM — High-Dimensional Multi-Study Robust Factor Model. Homepage: https://github.com/feiyoung/MultiRFM Report bugs for this package: https://github.com/feiyoung/MultiRFM/issues

Resources

Stars

Watchers

Forks

Packages

No packages published