public class PartialCovariancesEx2 extends Object
Computes partial covariances after adjusting for specific variables.
This example computes partial correlations from a 9 variable correlation matrix originally given by Emmett (1949). The partial correlations between the remaining variables, after adjusting for variables 1, 3 and 9, are computed. Note in the output that the row and column labels are numbers, not variable numbers. The corresponding variable numbers would be 2, 4, 5, 6, 7 and 8, respectively.Constructor and Description |
---|
PartialCovariancesEx2() |
Copyright © 2020 Rogue Wave Software. All rights reserved.