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

Description Usage Arguments Value Author(s) See Also Examples

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

1
2
## S3 method for class 'statcheck'
identify(x, ...)

Arguments

x

a statcheck object.

...

additional arguments to be passed on to the plot method.

Value

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

Author(s)

Sacha Epskamp <mail@sachaepskamp.com> & Michele B. Nuijten <m.b.nuijten@uvt.nl>

See Also

statcheck

Examples

 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

chartgerink/statcheckTEMP documentation built on May 13, 2019, 3:37 p.m.