is.logistic.constant {mrds} | R Documentation |
Is a logit model constant for all observations?
Description
Determines whether the specified logit model is constant for all observations. If it is constant then only one integral needs to be computed.
Usage
is.logistic.constant(xmat, g0model, width)
Arguments
xmat |
data |
g0model |
logit model |
width |
transect width |
Value
logical value
Author(s)
Jeff Laake
[Package mrds version 2.3.0 Index]