aboutsummaryrefslogtreecommitdiff
path: root/R/distsamp.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/distsamp.R')
-rw-r--r--R/distsamp.R6
1 files changed, 3 insertions, 3 deletions
diff --git a/R/distsamp.R b/R/distsamp.R
index 5aa01cc..a6f29c0 100644
--- a/R/distsamp.R
+++ b/R/distsamp.R
@@ -220,11 +220,11 @@ distsamp <- function(formula, data,
if(identical(output, "density"))
lambda <- lambda * A
sigma <- drop(exp(V %*% beta.sig + V.offset))
- .Call("nll_distsamp",
+ nll_distsamp(
y, lambda, sigma, scale,
a, u, w, db,
- keyfun, survey, rel.tol,
- PACKAGE="unmarked")
+ keyfun, survey
+ )
}
}