Compute Significance of a Summary Statistic
Arguments
- obs
a numeric scalar representing the observed value of the summary statistic.
- rnd
numerical vector containing the permutation/bootstrap statistics.
- type
character string indicating the significance to compute. Three options are available:
asl
achieved significance level
ci
confidence interval
se
standard error
- ci
character string indicating the type of confidence interval. Two options are available:
standard
the standard confidence interval
percentile
the percentile confidence interval
- conf.level
numeric scalar, the desired confidence level. Used if
type = "ci"
.- ...
further arguments passed to
computeASL
,computeCI
, orcomputeSE
. For example,alternative
fortype = "asl"
,distribution
orn
fortype = "ci"
withci = "standard"
.