Skip to content

Fail on ZI model #306

@mattansb

Description

@mattansb

Can't close easystats/effectsize#135 until this is resolved here.

I'm sure detective @strengejacke will figure this out soon enough (:

library(pscl)
#> Classes and Methods for R developed in the
#> Political Science Computational Laboratory
#> Department of Political Science
#> Stanford University
#> Simon Jackman
#> hurdle and zeroinfl functions by Achim Zeileis

data("bioChemists")
m <- zeroinfl(art ~ fem + mar * exp(kid5) + ment | kid5 + phd, data = bioChemists)
#> Warning in value[[3L]](cond): system is computationally singular: reciprocal
#> condition number = 1.40243e-18FALSE

parameters::model_parameters(m)
#> Error in match.arg(component): 'arg' must be NULL or a character vector

Created on 2020-09-25 by the reprex package (v0.3.0)

Metadata

Metadata

Assignees

Labels

Bug 🐛Something isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions