Learn R Programming

{FAfA}

Installation

You can install the development version of {FAfA} like so:

# FILL THIS IN! HOW CAN PEOPLE INSTALL YOUR DEV PACKAGE?

Run

You can launch the application by running:

FAfA::run_app()

About

You are reading the doc about version : 0.5

This README has been compiled on the

Sys.time()
#> [1] "2025-12-11 22:13:40 +03"

Here are the tests results and package coverage:

devtools::check(quiet = TRUE)
#> ℹ Loading FAfA
#> ── R CMD check results ─────────────────────────────────────────── FAfA 0.5 ────
#> Duration: 7.4s
#> 
#> ❯ checking package dependencies ... ERROR
#>   Namespace dependencies missing from DESCRIPTION Imports/Depends entries:
#>     'bsicons', 'bslib', 'ggplot2'
#>   
#>   Imports includes 27 non-default packages.
#>   Importing from so many packages makes the package vulnerable to any of
#>   them becoming unavailable.  Move as many as possible to Suggests and
#>   use conditionally.
#>   
#>   See section 'The DESCRIPTION file' in the 'Writing R Extensions'
#>   manual.
#> 
#> 1 error ✖ | 0 warnings ✔ | 0 notes ✔
#> Error: R CMD check found ERRORs
covr::package_coverage()
#> Error in loadNamespace(x): there is no package called 'covr'

Copy Link

Version

Install

install.packages('FAfA')

Monthly Downloads

259

Version

0.5

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Abdullah Faruk KILIC

Last Published

December 15th, 2025

Functions in FAfA (0.5)

mod_itemrest_ui

ItemRest Analysis UI Module
mod_itemrest_server

ItemRest Analysis Server Module
item_weighting_server

Item Weighting Server Module
cfa_server

Confirmatory Factor Analysis (CFA) Server Module
inv_server

Measurement Invariance Server Module
about_server

About Server Module
data_selection_server

Data Selection Server Logic (Modern)
assumptions_server

Assumptions Server Logic (Modern)
mod_missing_ui

Missing Value Handling UI Module
mod_missing_server

Missing Value Handling Server Module
cfa_ui

Confirmatory Factor Analysis (CFA) UI Module
efa_server_fac_ret

EFA Factor Retention Server Module
efa_server_report

EFA Reporting Server Module
reliability_server

Reliability Analysis Server Module
op_null_or

Default Value Operator
efa_server_analysis

EFA Analysis Server Module
run_app

Run the Shiny Application
wrangling_server_ex_var

Wrangling Server Modules (Modern)