powCalc-class {sse}R Documentation

Class "powCalc"

Description

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.

Usage

## 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 from the Class

Objects can be created by calling the creator powCalc.

Slots

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

Slots inherited from powFun

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"

Slots inherited from powPar

"powPar"

Extends

Class "powFun", directly. Class "powPar", directly.

Note

none

Examples

showClass("powCalc")

[Package sse version 0.7-11 Index]