Unlimited learning, half price | 50% off
Get 50% off unlimited learning

statcheck (version 1.0.1)

identify.statcheck: Identify specific points in a statcheck plot.

Description

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.

Usage

"identify"(x, alpha = 0.05, ...)

Arguments

x
a statcheck object.
alpha
assumed level of significance in the scanned texts. Defaults to .05.
...
additional arguments to be passed on to the plot method.

Value

statcheck.

See Also

statcheck

Examples

Run this code


	# 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


Run the code above in your browser using DataLab