Learn R Programming

unmarked (version 1.4.3)

unmarkedPower-methods: Methods for unmarkedPower objects

Description

Various functions to summarize unmarkedPower objects

Usage

# 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, ...)

Value

For show and summary, summary output is printed to the console. For plot, a visualization of the summary output is created.

Arguments

object,x

An object of class unmarkedPower created with the powerAnalysis function

alpha

Desired Type I error rate. If not provided, defaults to the value specified when calling powerAnalysis.

showIntercepts

Show intercepts output? This is rarely useful.

y

Not currently used.

...

Not currently used.

Author

Ken Kellner contact@kenkellner.com

See Also

powerAnalysis