type_s.list {retrodesign} | R Documentation |
List type_s
Description
type_s.list is the S3 method of the generic type_s() function, used when a list is passed for A.
Usage
## S3 method for class 'list'
type_s(A, s, alpha = 0.05)
Arguments
A |
a list, estimates of the true effect size |
s |
a numeric, standard error of the estimate |
alpha |
a numeric, the statistical significance threshold |
Value
A df that is 2 by length(A), with an effect size and it's corresponding type s errors in each row.
Examples
type_s(list(.2,2,20),8.1)
[Package retrodesign version 0.2.2 Index]