https://github.com/cran/unmarked
Raw File
Tip revision: 0e9915b1bbee346e4c283f39772af69032684e39 authored by Ken Kellner on 09 January 2024, 10:20:02 UTC
version 1.4.1
Tip revision: 0e9915b
shinyPower.Rd
\name{shinyPower}
\alias{shinyPower}
\title{Launch a Shiny app to help with power analysis}
\description{
  Launch a Shiny app to test power under various scenarios. Requires the Shiny 
  package to be installed.
}
\usage{
shinyPower(object, ...)
}
\arguments{
  \item{object}{A template \code{unmarkedFit} object; see 
   documentation for \code{powerAnalysis} for details on how to create this}
  \item{...}{Currently ignored}
}
\value{No return value, called for its side effects.}
back to top