Package `compute.es`
... ## 1. Computations to Calculate Effect Sizes:
# For example, suppose the primary study reported a t-test
# value for differences between 2 groups. Then, running:
tes(t=1.74, n.1=30, n.2=31)
# Or, more simply:
tes(1.74, 30, 31)
...