logisticdupbyx_fast {mrds} | R Documentation |
Logistic for duplicates as a function of covariates (fast)
Description
As logisticdupbyx
, but faster when distance is a covariate
(but no interactions with distance occur.
Usage
logisticdupbyx_fast(distance, x1, x2, models, beta, point, beta_distance)
Arguments
distance |
vector of distance values |
x1 |
linear predictor for 1, without distance |
x2 |
linear predictor for 2, without distance |
models |
model list |
beta |
logistic parameters |
point |
|
beta_distance |
parameter for distance |
Author(s)
David L Miller
[Package mrds version 2.3.0 Index]