Remove a network estimator from the registry.
Examples
# \donttest{
register_estimator("test_est", function(data, ...) diag(3),
description = "test", directed = FALSE)
remove_estimator("test_est")
# }
Remove a network estimator from the registry.
# \donttest{
register_estimator("test_est", function(data, ...) diag(3),
description = "test", directed = FALSE)
remove_estimator("test_est")
# }