import expdpy as ex
ex.explain("fixed_effects").title'Fixed effects'
Return the :class:Explainer for a method or concept.
| Name | Type | Description | Default |
|---|---|---|---|
| topic | str | A topic key or alias (see :func:list_topics). |
required |
| lang | str | Language code. Only "en" ships today; the parameter is reserved so that adding translations later is non-breaking. |
'en' |
| Name | Type | Description |
|---|---|---|
| Explainer | The matching explainer. |
| Name | Type | Description |
|---|---|---|
| KeyError | If topic is unknown; the message lists the available topics. |