| print.msmodel {changeLOS} | R Documentation |
Print and summary method for objects of class msmodel.
print.msmodel(x, ...) summary.msmodel(object, ...)
x |
An object of class msmodel. |
object |
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")
summary(my.model)
print(my.model)