Package: mifa
Title: Multiple Imputation for Exploratory Factor Analysis
Version: 0.2.1
Authors@R: c(
  person("Vahid", "Nassiri", role = "aut"),
  person("Anikó", "Lovik", role = "aut"),
  person("Geert ", "Molenberghs", role = "aut"),
  person("Geert ", "Verbeke", role = "aut"),
  person("Tobias", "Busch", email = "teebusch@gmail.com", 
         role = c("aut", "cre"),
         comment = c(ORCID = "https://orcid.org/0000-0002-8390-7892"))
  )
URL: https://github.com/teebusch/mifa
BugReports: https://github.com/teebusch/mifa/issues
Imports: stats, mice, dplyr, checkmate
Suggests: psych, testthat, knitr, rmarkdown, ggplot2, tidyr, covr
Description: Impute the covariance matrix of incomplete data so that factor 
  analysis can be performed. Imputations are made using multiple imputation 
  by Multivariate Imputation with Chained Equations (MICE) and combined with 
  Rubin's rules. Parametric Fieller confidence intervals and nonparametric
  bootstrap confidence intervals can be obtained for the variance explained by 
  different numbers of principal components. The method is described in 
  Nassiri et al. (2018) <doi:10.3758/s13428-017-1013-4>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-05-10 20:04:10 UTC; tobiasbusch
Author: Vahid Nassiri [aut],
  Anikó Lovik [aut],
  Geert Molenberghs [aut],
  Geert Verbeke [aut],
  Tobias Busch [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-8390-7892>)
Maintainer: Tobias Busch <teebusch@gmail.com>
Repository: CRAN
Date/Publication: 2025-05-10 20:30:02 UTC
Built: R 4.3.3; ; 2025-05-10 21:41:35 UTC; unix
