powered by
Plots results of the a wccv_pair list in which additional parameters can be specified
# S3 method for wccv_pair plot( x, theo.wccv = NULL, main = NULL, xlab = NULL, ylab = NULL, units = NULL, col_wccv = NULL, col_ci = NULL, nb_ticks_x = NULL, nb_ticks_y = NULL, ... )
Justin Lee, Haotian Xu, and Stephane Guerrier
n = 10^5 Xt = cumsum(rnorm(n, 0, 0.01)) Wt = Xt + rnorm(n) Yt = Xt + rnorm(n) wcov = wccv_pair(Wt, Yt) plot(wcov)
Run the code above in your browser using DataLab