R/removed_functions.R

Defines functions shinyPower

Documented in shinyPower

setMethod("simulate", "character", function(object, ...){
  stop("Supplying the name of an unmarked fitting function to simulate is no longer supported.\n",
       "Use the simulate method for an unmarkedFrame instead. See the simulate vignette for more.")
})

setMethod("powerAnalysis", "unmarkedFit", function(object, ...){  
  stop("Using an unmarkedFit object to run a power analysis is no longer supported.\n",
       "Use an unmarkedFrame instead. See the power analysis vignette for more.")
})

shinyPower <- function(object, ...){
  stop("shinyPower is no longer supported; we plan to add a new shiny app in the future.\n",
       "See the power analysis vignette for an alternative approach to power analysis.")
}

Try the unmarked package in your browser

Any scripts or data that you put into this service are public.

unmarked documentation built on Nov. 5, 2025, 6:11 p.m.