A 10 x 3 matrix of regression weights.
A matrix with 10 rows and 3 columns.
- wt_lin
Weights for linear regression
- wt_prb
Weights for logistic (probability) regression
- wt_cnt
Weights for Poisson (count) regression
Examples
data(wts_mat)
str(wts_mat)
#> num [1:11, 1:3] -0.00908 -0.00116 0.00598 -0.00756 0.00122 ...
#> - attr(*, "dimnames")=List of 2
#> ..$ : chr [1:11] "cg02" "cg03" "cg06" "cg07" ...
#> ..$ : chr [1:3] "wt_lin" "wt_prb" "wt_cnt"