Displaying 1 result from an estimated 1 matches for "hmodel".
Did you mean:
model
2009 Sep 18
0
msm package - interpreting categorical results
...the probability of outcome of factor 2 (P(2))
by 0.48 but that does not make sense given that DC_MAX_POSSIBLE_L1 is an
integer ranging from -20 to +20. How do I interpret the results ?
the original call was:
msm_pc10 = msm( OUTCOME ~ TIME, data = myFrame,
qmatrix = qmatrix
,hmodel = list (hmmDist_1,hmmDist_2)
,hcovariates = list ( ~ 1 + DC_MAX_POSSIBLE_L1,
~ 1 + DC_MAX_POSSIBLE_L1)
,control = list(reltol = 1e-03)
,method = "BFGS", use.deriv = FALSE, hessian=FALSE,
analyticp=FALSE , est.initprobs=TR...