aboutsummaryrefslogtreecommitdiff
path: root/R/IDS.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/IDS.R')
-rw-r--r--R/IDS.R6
1 files changed, 6 insertions, 0 deletions
diff --git a/R/IDS.R b/R/IDS.R
index 2517b70..38338b1 100644
--- a/R/IDS.R
+++ b/R/IDS.R
@@ -676,3 +676,9 @@ setMethod("nonparboot", "unmarkedFitIDS",
{
stop("Not currently supported for unmarkedFitIDS", call.=FALSE)
})
+
+setMethod("ranef", "unmarkedFitIDS",
+ function(object, B = 0, keepOldSamples = TRUE, ...)
+{
+ stop("Not currently supported for unmarkedFitIDS", call.=FALSE)
+})