Read-only snapshot of the prolfqua facade registry. Use
register_facade to add entries from downstream
packages, lookup_facade to resolve a single entry, and
list_facades() to enumerate the current registry.
Examples
names(FACADE_REGISTRY)
#> [1] "lm" "lm_impute" "lm_missing"
#> [4] "limma" "limma_impute" "limma_voom"
#> [7] "limma_voom_impute" "limpa" "limpa_nested"
#> [10] "rlm" "deqms" "deqms_voom"
#> [13] "firth" "firth_nested" "lmer_nested"
#> [16] "ropeca_nested"
FACADE_REGISTRY$limma$class
#> [1] "ContrastsLimmaFacade"