check.model.numerical.fit {chicane} | R Documentation |
check.model.identifiability
Description
Check if chicane model can be fit on a given dataset.
glm.nb
does not work when all responses are constant, or there are only two unique values and a covariate is a perfect predictor.
Usage
check.model.numerical.fit(interaction.data)
Arguments
interaction.data |
Data table of interaction data on which model is to be fit |
Value
boolean indicating if model can be fit
[Package chicane version 0.1.8 Index]