Commit 6d0da7d6 authored by Kevin's avatar Kevin

fixed # iterations

parent 4e532f72
...@@ -162,7 +162,7 @@ fit <- msm::msm( ...@@ -162,7 +162,7 @@ fit <- msm::msm(
censor.states = 2:7, # cannot be dead since these were filtered previously censor.states = 2:7, # cannot be dead since these were filtered previously
control = list( control = list(
fnscale = 12000, fnscale = 12000,
maxit = 10, # 10^4, maxit = 10^4,
trace = 2 trace = 2
) )
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment