Displaying 1 result from an estimated 1 matches for "msm_pc10".
2009 Sep 18
0
msm package - interpreting categorical results
...glance I thought that 1 unit of DC_MAX_POSSIBLE_L1 was
responsible for increasing 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 = "...