Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.MarkovTest

Print method for a MarkovTest object


Description

Print method for an object of class 'MarkovTest'

Usage

## 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

Examples

## 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

Data Preparation, Estimation and Prediction in Multi-State Models

v0.3.1
GPL (>= 2)
Authors
Hein Putter [aut, cre], Liesbeth C. de Wreede [aut], Marta Fiocco [aut], Ronald B. Geskus [ctb], Edouard F. Bonneville [ctb], Damjan Manevski [ctb]
Initial release
2020-12-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.