Description Usage Arguments Value Examples
Function used to return the information about the parameters that define a given combination of biases.
1 | get_param_info(biases)
|
biases |
A list of biases to include.
May include any or all of |
Returns a dataframe with information about the parameters defining
the biases. Columns include the name of the parameter used in the package
messages, the corresponding name of the argument used in the
calculate_bound()
function, the type of bias the parameter corresponds to,
and a simple interpretation of that parameter. Useful for getting
information about the required arguments of calculate_bound()
or
information on interpreting the output of calculate_evalue()
.
1 2 3 4 5 6 7 8 9 10 11 | get_param_info(biases = list(confounding()))
get_param_info(biases = list(selection("selected"),
misclassification("outcome")))
get_param_info(biases =
list(selection("general", "S = U"),
misclassification("exposure",
outcome_rare = TRUE,
exposure_rare = TRUE),
confounding()))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.