print.aj {changeLOS}R Documentation

Print method for objects of class 'aj'

Description

Print method for objects of class aj.

Usage

## S3 method for class 'aj':
print(x, ...)

Arguments

x an object of class 'aj'
... other arguments

Author(s)

Matthias Wangler mw@imbi.uni-freiburg.de

See Also

aj

Examples

data(los.data)
my.observ <- prepare.los.data(x=los.data)
my.model <- msmodel(c("0","1","2","3"),cens.name="cens")
my.trans <- trans(model=my.model,observ=my.observ)
my.aj <- aj(my.trans,s=0,t=80)
print(my.aj)

[Package changeLOS version 2.0.9-2 Index]