get_registered_models_pro: Get Registered Prognostic Models

View source: R/prognosis.R

get_registered_models_proR Documentation

Get Registered Prognostic Models

Description

Retrieves a list of all prognostic model functions currently registered in the internal environment.

Usage

get_registered_models_pro()

Value

A named list where names are the registered model names and values are the corresponding model functions.

See Also

register_model_pro, initialize_modeling_system_pro

Examples

# Get all currently registered models
initialize_modeling_system_pro() # Ensure system is initialized
models <- get_registered_models_pro()
names(models) # See available model names

E2E documentation built on Aug. 27, 2025, 1:09 a.m.