Skip to contents

A data frame containing regression weights for linear, logistic, and Poisson regression models for 10 probes.

Format

A data frame 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_df)
str(wts_df)
#> 'data.frame':	11 obs. of  3 variables:
#>  $ wt_lin: num  -0.00908 -0.00116 0.00598 -0.00756 0.00122 ...
#>  $ wt_prb: num  0.165 -0.405 -0.116 -0.226 0.315 ...
#>  $ wt_cnt: num  0.0509 0.02584 0.04204 -0.09988 -0.00494 ...