aboutsummaryrefslogtreecommitdiff
path: root/man/shinyPower.Rd
blob: ef338aa14b8fdf4a43b1cbc37ed8738e544af435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\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.}