Learn R Programming

statcheck (version 1.3.0)

summary.statcheck: Summary method for statcheck.

Description

Gives the summaries for a statcheck object.

Usage

# S3 method for statcheck
summary(object, ...)

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

Arguments

object

a statcheck object.

...

additional arguments affecting the summary produced.

Author

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

<m.b.nuijten@uvt.nl>

See Also

statcheck

Examples

Run this code


  Text <- "blablabla the effect was very significant (t(100)=1, p < 0.001)"


Stat <- statcheck(Text)





summary(Stat)


Run the code above in your browser using DataLab