Learn R Programming

statcheck (version 1.3.0)

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

# S3 method for statcheck
identify(x, alpha = 0.05, ...)

Value

This function returns both a plot and a dataframe. For the contents of the dataframe see statcheck.

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.

Author

Sacha Epskamp <mail@sachaepskamp.com> & Michele B. Nuijten

<m.b.nuijten@uvt.nl>

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