.- help for ^z_rvrfy^ (STB-32: sg51) .- Verify that three matrices were output by the command ^z_r^ --------------------------------------------------------- ^z_rvrfy^ m1 m2 m3 Description ----------- ^z_rvrfy^ verifies that the matrices m1, m2, and m3 appear to have been created by the command ^z_r^. @z_r@ stores a correlation matrix in the matrix S_1, its as- sociated matrix of confidence limits in the matrix S_2, and the working sample size (n), dimension (p) of matrix S_1, and confidence level in the matrix S_3. These three objects may be copied to other matrices --- by the command @z_rcopy@, for example. ^z_rvrfy^ checks to see that its arguments have properties expected of the output of ^z_r^. Examples -------- . ^z_rvrfy S_1 S_2 S_3^ (verify current contents of matrices S_1, S_2, and S_3) . ^z_rvrfy $Latest^ (check the three matrices named in the global macro Latest appear to be output from z_r) Author ------ John R. Gleason Syracuse University 73241.717@@compuserve.com Also see -------- Manual: [5s] correlate, [6m] intro On-line: help for @z_r@, @z_rcopy@