summary.statcheck: Summary method for 'statcheck'.

Description Usage Arguments Value Author(s) See Also Examples

Description

Gives the summaries for a statcheck object.

Usage

1
2
## S3 method for class 'statcheck'
summary(object, ...)

Arguments

object

a statcheck object.

...

additional arguments affecting the summary produced.

Value

A data frame containing for each extracted statistic:

Source

Name of the file of which the statistic is extracted

pValues

The number of reported p values per article

Errors

The number of errors per article

DecisionErrors

The number of errors that caused a non-significant result to be reported as significant (or vice versa) per article

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
  Text <- "blablabla the effect was very significant (t(100)=1, p < 0.001)"


Stat <- statcheck(Text)





summary(Stat)

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