Anchor point test
1 2 3 4 5 6 7 8 9 10 | anchor_point(
df,
total_observations,
dr_estimate,
central_tendency,
upper_green = 1.2,
upper_red = 1.3,
lower_green = 0.8,
lower_red = 0.7
)
|
df |
A data.frame (tibble) |
total_observations |
The column name of total observations variable. (character) |
dr_estimate |
The column name of bad estimate variable. (character) |
central_tendency |
A central tendency needs to be specified for testing. |
upper_green |
(Default is 1.2) |
upper_red |
(Default is 1.3) |
lower_green |
(Default is 0.8) |
lower_red |
(Default is 0.7) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.