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 datadata("prothr")# Apply Markov test to grid of monthly time points over the first 7.5 yearsyear <-365.25month <- year /12grid <- 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)