phyr icon indicating copy to clipboard operation
phyr copied to clipboard

logLik is not in print.communityPGLMM when family != gaussian

Open arives opened this issue 2 years ago • 1 comments

arives avatar Nov 16 '22 20:11 arives

Tony, it is fixed now. You can install it with the following code.

options(repos = c(
  phyr = 'https://daijiang.r-universe.dev',
  CRAN = 'https://cloud.r-project.org'))
install.packages('phyr')

daijiang avatar Nov 17 '22 20:11 daijiang