stephens999 / ashr

An R package for adaptive shrinkage
GNU General Public License v3.0
79 stars 35 forks source link

autoselect.mixsd does not account for scale factors in Poisson data #104

Closed aksarkar closed 4 years ago

aksarkar commented 5 years ago

The relevant bit of the current implementation:

  if (data$lik$name %in% c("pois","binom")){
    data$x = data$lik$data$y
  }
aksarkar commented 4 years ago

This is fixed by 0f272d5f