Standardized effect size and confidence interval for a list of index.
ses.listofindex(index.list = NULL, val.quant = c(0.025, 0.975))
A list of index obtain using the function as.listofindex.
Numeric vectors of length 2, giving the quantile to calculation confidence interval. By default val.quant = c(0.025,0.975) for a bilateral test with alpha = 5%.
A list which each component correspond to the result of the ses function for an index. Further, each component is a list of three components:
Observed value of standardized effect size.
Lower limit of the confidence interval.
Upper limit of the confidence interval.