powPar-class {sse}R Documentation

Class "powPar"

Description

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.

Usage

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

Slots

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" ~~

See Also

powPar,power

Examples

## showClass("powPar")

[Package sse version 0.7-11 Index]