estimator_info: Inspect a registered estimator

View source: R/registry.R

estimator_infoR Documentation

Inspect a registered estimator

Description

Inspect a registered estimator

Usage

estimator_info(method)

Arguments

method

A registered method name or alias. Names are case-insensitive; spaces, hyphens, and periods are normalized to underscores.

Value

estimator_info() returns the complete registration as a list.

Examples

estimator_info("var")

idiographic documentation built on Aug. 4, 2026, 1:07 a.m.