summary.zcurve: Summarize fitted z-curve object

View source: R/main.R

summary.zcurveR Documentation

Summarize fitted z-curve object

Description

Summarize fitted z-curve object

Usage

## S3 method for class 'zcurve'
summary(
  object,
  type = "results",
  all = FALSE,
  ERR.adj = 0.03,
  EDR.adj = 0.05,
  round.coef = 3,
  ...
)

Arguments

object

A fitted z-curve object.

type

Whether the results "results" or the mixture mode parameters "parameters" should be returned. Defaults to "results".

all

Whether additional results, such as file drawer ration, expected and missing number of studies, and Soric FDR be returned. Defaults to FALSE

ERR.adj

Confidence intervals adjustment for ERR. Defaults to .03 as proposed by Bartos & Schimmack (in preparation).

EDR.adj

Confidence intervals adjustment for EDR. Defaults to .05 as proposed by Bartos & Schimmack (in preparation).

round.coef

To how many decimals should the coefficient be rounded. Defaults to 3.

...

Additional arguments

Value

Summary of a z-curve object

See Also

zcurve()


zcurve documentation built on Nov. 2, 2023, 6:21 p.m.