retro_design_closed_form: retro_design_closed_form: Calculates Power, Type S, and Type...

retro_design_closed_formR Documentation

retro_design_closed_form: Calculates Power, Type S, and Type M error

Description

Calculates Power, Type S, and Type M error and returns them in a list or df, depending on whether a single true effect size or range is provided. Uses the closed form solution found for the Type-M error found by Lu et al. (2018), and thus is faster than retrodesign. For t distributions, use retrodesign() instead; the closed form solution only applies in the normal case.

Usage

retro_design_closed_form(A, s, alpha = 0.05)

Arguments

A

a numeric or list, an estimate of the true effect size

s

a numeric, standard error of the estimate

alpha

a numeric, the statistical significance threshold

Value

either a list of length 3 containing the power, type s, and type M error, or if A is a list, a df that is 4 by length(A), with an effect size and it's corresponding power, type s, and type m errors in each row.

Examples

retrodesign(1,3.28)
retrodesign(list(.2,2,20),8.1)

retrodesign documentation built on Nov. 3, 2023, 1:07 a.m.