View source: R/allfunctions_cati.R
ses.listofindex | R Documentation |
Standardized effect size and confidence interval for a list of index.
ses.listofindex(index.list = NULL, val.quant = c(0.025, 0.975))
index.list |
A list of index obtain using the function as.listofindex. |
val.quant |
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:
$ses |
Observed value of standardized effect size. |
$ses.inf |
Lower limit of the confidence interval. |
$ses.sup |
Upper limit of the confidence interval. |
Adrien Taudiere
as.listofindex
;
ses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.