andytimm / retrodesign

Tools for working with Type S (sign) and Type M (magnitude) errors in R
Other
5 stars 2 forks source link

no uniform names of output values for different methods list/numeric #2

Closed martijnweterings closed 1 year ago

martijnweterings commented 1 year ago

The differtent methods return different variables as output

The function retrodesign.numeric returns a list with names "power", "typeS", "exaggeration" The function retrodesign.listreturns a list with names "effect_size", "power", "type_s", "type_m"

It may be better to have the names return lists with similar names.