powCalc-class {sse} | R Documentation |
A class for storing information of the power calculation. It inherits from "powPar", that contains the information for the calculation and from from "powEx", that contains information about the power-function.
## S4 method for signature 'powCalc' powEx(x, theta, xi = NA, endpoint = NA, power = 0.9, drop = 0, method = c("default", "lm", "step"), lm.range = NA, forceDivisor = FALSE) ## S4 method for signature 'powCalc' update(object, ...) ## S4 method for signature 'powCalc' dim(x)
Objects can be created by calling the creator powCalc
.
core
:Object of class "array"
with 4
dimentions, n, theta, xi and endpoint.
core
:Object of class "array"
with 4
dimentions, n, theta, xi and endpoint.
statistic
:Object of class "function"
, this
function was used for calculating the power.
endpoint.name
:Object of class "character"
names of the endpoints
iter
:Object of class "integer"
how many
iterations were used to estimate the power
statistic
:Object of class "function"
return.power
:Object of class "logical"
return.list
:Object of class "logical"
return.n
:Object of class "integer"
return.names
:Object of class "character"
"powPar"
Class "powFun"
, directly.
Class "powPar"
, directly.
none
showClass("powCalc")