【发布时间】:2013-11-01 14:22:31
【问题描述】:
在 R 中拟合重复测量,收敛问题。我有以下拟合,它是许多数据集之一,它不会收敛。我做其他的套装。这个数据集和模型在 SAS 中工作......我可以为在 R 中进行这项工作找到一些方向吗?要看的东西(矩阵、选项设置、关于这个主题的 r/splus 参考...)。
fit.gls <- gls(resp~grpnum+grpnum/day,data=long, corr=cormat,na.action=na.omit)
Error in glsEstimate(object, control = control) :
computed "gls" fit is singular, rank 62
我已阅读以下内容,但仍在努力解决... Converting Repeated Measures mixed model formula from SAS to R
【问题讨论】: