Usage
powertrend(trend = 1, A1 = NULL, PSE = NULL, pserel = 1,
maxyrs = 3, pR = 100, step = 5, alpha = 0.05, tail = 2, graph = TRUE)
Arguments
trend
1 = Linear, 2 = Exponential. Default = 1.
A1
the start year abundance. In actuality, it can be population size, productivity, diversity,
mortality rate, etc.
PSE
the proportional standard error (SE(A)/A) = CV in Gerrodette (1987;1991).
pserel
the relationship between abundance and PSE: 1 = 1/sqrt(A1), 2 = constant, 3 = sqrt(A1). Default = 1.
maxyrs
the maximum number of samples or years to project start year abundance. Default = 3.
pR
the highest positive percent change to investigate. Default = 100.
step
the increment of the range of percent change to investigate. Default = 5.
alpha
the alpha level (Type I error) to use. Default = 0.05.
tail
type of tailed test: 1 = one-tailed, 2= two-tailed. Default = 2.
graph
logical specifying whether a graph of power versus percent change
should be produced. Default is TRUE.