Learn R Programming

statcheck (version 1.2.2)

summary.statcheck: Summary method for statcheck.

Description

Gives the summaries for a statcheck object.

Usage

# S3 method for 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

See Also

statcheck

Examples

Run this code
# NOT RUN {

  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