print.MarkovTest: Print method for a MarkovTest object

Description Usage Arguments Value Author(s) See Also Examples

View source: R/print.MarkovTest.R

Description

Print method for an object of class 'MarkovTest'

Usage

1
2
## S3 method for class 'MarkovTest'
print(x, ...)

Arguments

x

Object of class 'markovTest', as obtained by call to MarkovTest

...

Further arguments to print

Value

No return value

Author(s)

Hein Putter H.Putter@lumc.nl

See Also

MarkovTest

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
# Example provided by the prothrombin data
data("prothr")
# Apply Markov test to grid of monthly time points over the first 7.5 years
year <- 365.25
month <- year / 12
grid <- month * (1:90)
# Markov test for transition 1 (wild bootstrap based on 25 replications for brevity)
MT <- MarkovTest(prothr, id = "id", transition = 1,
                 grid = grid, B = 25)
MT

## End(Not run)

mstate documentation built on Nov. 8, 2021, 5:06 p.m.