There was a small bug when I tried to use correlation matrix in EMtree(). If PLN.Cor was a matrix the R code tried to look for the vector containing the number of observation, as if it was stored in a PLN fit object.
I've added few tests to be sure my fix was working.
Hi !
Thanks for your work and this R package 😃 .
There was a small bug when I tried to use correlation matrix in
EMtree()
. IfPLN.Cor
was a matrix the R code tried to look for the vector containing the number of observation, as if it was stored in aPLN fit
object.I've added few tests to be sure my fix was working.