powPar-class {sse} | R Documentation |
A class used internally. Contains all the parameters
needed to feed the \"power function\".
For users there is a function
powPar
that constructs objects of this class and there are
several functions for extracting information n
,
theta
, xi
, pp
.
## S4 method for signature 'powPar' theta(x) ## S4 method for signature 'powPar' n(x) ## S4 method for signature 'powPar' xi(x) ## S4 method for signature 'powPar,character' pp(x, name) ## S4 method for signature 'powPar' dim(x)
list
:Object of class "list"
~~
theta
:An "numeric"
vector with possible values
of a parameter that influences the power. The power will be calculated for
every element of this vector to see how the power estimate depends
on theta.
theta.name
:Object of class "character"
~~
theta.act
:Object of class "numeric"
~~
xi
:Object of class "numeric"
~~
xi.name
:Object of class "character"
~~
xi.act
:Object of class "numeric"
~~
n
:Object of class "integer"
~~
n.act
:Object of class "integer"
~~
## showClass("powPar")