print.MarkovTest function

Print method for a MarkovTest object

Print method for a MarkovTest object

Print method for an object of class 'MarkovTest'

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

Arguments

  • x: Object of class 'markovTest', as obtained by call to MarkovTest
  • ...: Further arguments to print

Returns

No return value

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)

See Also

MarkovTest

Author(s)

Hein Putter H.Putter@lumc.nl

  • Maintainer: Hein Putter
  • License: GPL (>= 2)
  • Last published: 2024-07-11