Learn R Programming

RSA (version 0.7.1)

CI.boot: Compute bootstrapped confidence interval and p value

Description

Compute bootstrapped confidence interval and p value

Usage

CI.boot(r.boot, CI = 0.95)

Arguments

r.boot
Results object from the bootRSA function
CI
Width of confidence interval

Details

See bootRSA for more details and example.

See Also

RSA