cc {attenuation} | R Documentation |
Confidence curves for attenuated correlation coefficients.
Description
Confidence curves for attenuated correlation coefficients.
Usage
cc(r, N, lower = -1, upper = 1, by = 0.001, method = "corr",
k = NULL)
Arguments
r |
Numeric vector of three elements in [-1,1]. |
N |
Numeric vector of three positive integers. |
lower |
Lower bound for the curve. Defaults to -1. |
upper |
Upper bound for the curve. Defaults to 1. |
by |
Increment of the sequence from |
method |
The type of confidence curve. Can be |
k |
Numeric vector of two positive integers. |
Value
An object of class ccaf
.
Examples
r = c(0.20, sqrt(0.45), sqrt(0.55))
N = c(100, 100, 100)
plot(cc(r, N))
[Package attenuation version 1.0.0 Index]