cc {attenuation} | R Documentation |
Confidence curves for attenuated correlation coefficients.
cc(r, N, lower = -1, upper = 1, by = 0.001, method = "corr",
k = NULL)
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. |
An object of class ccaf
.
r = c(0.20, sqrt(0.45), sqrt(0.55))
N = c(100, 100, 100)
plot(cc(r, N))