Description Usage Arguments Value Author(s) See Also Examples
With this function you can simply point and click on the datapoints in the plot to see the corresponding statcheck details, such as the paper from which the data came and the exact statistical results.
1 2 |
x |
a |
... |
additional arguments to be passed on to the plot method. |
This function returns both a plot and a dataframe. For the contents of the dataframe see statcheck
.
Sacha Epskamp <mail@sachaepskamp.com> & Michele B. Nuijten <m.b.nuijten@uvt.nl>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # given that the articles of interest are saved in "DIR"
# DIR <- "C:/mydocuments/articles"
# stat_result <- checkdir(DIR)
# identify(stat_result)
## Further instructions:
# click on one or multiple points of interest
# press Esc
# a dataframe with information on the selected points will appear
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.