View source: R/estimator_registry.R
| get_estimator | R Documentation |
Retrieve a registered network estimator by name.
get_estimator(name)
name |
Character. Name of the estimator to retrieve. |
A list with elements fn, description, directed.
register_estimator, list_estimators
est <- get_estimator("relative")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.