Various functions to summarize unmarkedPower objects
# S4 method for unmarkedPower
show(object)
# S4 method for unmarkedPower
summary(object, alpha, showIntercepts = FALSE, ...)
# S4 method for unmarkedPower,missing
plot(x, y, alpha, showIntercepts = FALSE, ...)
For show
and summary
, summary output is printed to the console.
For plot
, a visualization of the summary output is created.
An object of class unmarkedPower
created with the
powerAnalysis
function
Desired Type I error rate. If not provided, defaults to the value
specified when calling powerAnalysis
.
Show intercepts output? This is rarely useful.
Not currently used.
Not currently used.
Ken Kellner contact@kenkellner.com
powerAnalysis