print.msmodel {changeLOS} | R Documentation |
Print method for objects of class msmodel
.
## S3 method for class 'msmodel': print(x, ...)
x |
An object of class msmodel . |
... |
other arguments |
Matthias Wangler mw@imbi.uni-freiburg.de
my.model <- msmodel(c("0","1","2","3"),cens.name="cens") print(my.model)