我在医生身上运行HMM'处方数据并试图识别与每位医生相关的隐藏状态。 我对大多数医生的误差都低于误差。 fm是拟合模型。
mod <- depmix(response = diff ~ 1, data = t, nstates = states,
transition = ~ (tot_calls)+(tot_samples)
fm <- fit(mod, verbose = F)
我遇到错误 -
object 'fm' not found<simpleError in lm.wfit(x = as.matrix(object@x[!nas,]),
y = as.matrix(object@y[!nas,]), w = w[!nas]): NA/NaN/Inf in 'y'>
请建议我如何避免此错误。如果有任何其他信息可以使这个问题更清楚,请告诉我。