Learn R Programming

PublicationBiasBenchmark (version 0.1.3)

method_settings: Return Pre-specified Method Settings

Description

This function returns the list of pre-specified settings for a given Method

Usage

method_settings(method_name)

get_method_setting(method_name, version_id)

Value

A list containing the pre-specified settings. For most methods, the list contains extension of the function call, however, a more elaborate list of settings that is dispatched within the method call is possible.

Arguments

method_name

Character string specifying the method type

version_id

which method version should be used.

Examples

Run this code
method_settings("RMA")
get_method_setting("RMA", version_id = "default")

Run the code above in your browser using DataLab