summary.statcheck: Summary method for statcheck

View source: R/summary.statcheck.R

summary.statcheckR Documentation

Summary method for statcheck

Description

Gives the summaries for a statcheck object.

Usage

## 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 source of statistics:

source

Name of the file/origin of which the statistics are extracted

nr_p_values

The number of extracted reported p values per article

nr_errors

The number of errors per article

nr_decision_errors

The number of decision errors per article

Examples

txt <- "blablabla the effect was very significant (t(100)=1, p < 0.001)"
stat <- statcheck(txt)
summary(stat)


MicheleNuijten/statcheck documentation built on June 3, 2023, 12:22 a.m.