Default method handler
# S3 method for default
method(method_name, data, settings = list())Throws an error indicating the method type is unknown. This default
method is only called when no specific method implementation is found for the
given method_name.
Character string specifying the method type
Data frame containing yi (effect sizes) and sei (standard errors)
Either a character identifying a method version or list containing method-specific settings. An emty input will result in running the default (first implemented) version of the method.