# NOT RUN {
data(May)
re.mod = getModels(May, type = 'run-expectancy')
# Generate the Run Expectancy Matrix
states = expand.grid(startCode = 0:7, startOuts = 0:2)
matrix(predict(re.mod[["run-expectancy"]], newdata=states), ncol=3)
# }
Run the code above in your browser using DataLab