Skip to contents

Return the per-block jackknife tau matrix carried by an H2Estimate.

Usage

getTauBlocks(x)

# S4 method for class 'H2Estimate'
getTauBlocks(x)

Arguments

x

An H2Estimate.

Value

A numeric matrix or NULL.

Examples

data(h2EstimateExample)
getTauBlocks(h2EstimateExample)
#>             annot1      annot2
#>  [1,]  0.120139084 -0.04891095
#>  [2,] -1.812376850 -0.84323377
#>  [3,]  0.151582984 -2.07527077
#>  [4,] -1.119221005 -0.36076315
#>  [5,]  0.001908206 -0.63768966
#>  [6,]  1.188518494 -0.36627803
#>  [7,] -0.505343855  2.35536390
#>  [8,] -0.099234393  1.09337723
#>  [9,]  0.305353199  0.28584100
#> [10,]  0.198409703  0.99365778