Learn R Programming

JMdesign (version 1.3)

powerLongSurv-class: Class "powerLongSurv"

Description

Class of objects like the output of function "powerLongSurv()".

Arguments

Objects from the Class

Objects can be created by calls of the form new("powerLongSurv", ...).

Slots

title:

Object of class "character"

subtitle:

Object of class "character"

t:

Object of class "vector"

p:

Object of class "vector"

N:

Object of class "integer"

nevents:

Object of class "integer"

censr:

Object of class "numeric"

tmedian:

Object of class "numeric"

meantf:

Object of class "numeric"

SigmaTheta:

Object of class "matrix"

ordtraj:

Object of class "integer"

BSigma:

Object of class "matrix"

beta:

Object of class "numeric"

alpha:

Object of class "numeric"

power:

Object of class "numeric"

Methods

show

signature(object = "powerLongSurv")

Author

Emil A. Cornea, Liddy M. Chen, Bahjat F. Qaqish, Haitao Chu, and Joseph G. Ibrahim

Maintainer: Shannon T. Holloway <sthollow@ncsu.edu>

See Also

powerLongSurv, show-methods

Examples

Run this code
showClass("powerLongSurv")

Run the code above in your browser using DataLab