由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - Help! proc phreg bug?
相关主题
包子问一个统计基本概念问一个关于cox proportional hazard model的基础问题
请教 aroma.affymetrix R package统计菜鸟请教问题:关于linear regression
Help! How to get two CDFs on the same plot in SAS如何选择covariate的问题
问个概念。How to predict patient's hospital admission next year?
急问一个analysis of covariance的问题接着问统计问题(有包子答谢)
question on time-dependent baseline in SAS phreg!Unexpected statistical analysis results in Cox regression
求教 顾客各种属性\所定杂志 PATTERN 的分析急问Estimate group means in mixed model
请问用什么statistic 来measure covariance matrix估计的好不好问个logistic regression的问题,谢谢!
相关话题的讨论汇总
话题: hivpatient话题: time话题: phreg话题: cdf话题: cd4
进入Statistics版参与讨论
1 (共1页)
w******8
发帖数: 59
1
Dear all, I am running this procedure for time dependent covariates. I also
have two time INDEPENDENT covariates: Age at baseline which is continuous;
HIVPatient ( a status indicating whether having HIV) which is binary.
The following codes works fine without adding HIVPatient, but I don't
understand why there is nothing estimated for HIVPatient once I included it.
I think this is weird. Could someone help me?
Thanks!
proc phreg data = OnePer;
class HIVPatient(PARAM=Reference Ref='0');
model fu_days * dead(0) = HIVPatient age_bl CD4;
array Time[6] Time1-Time6;
array CDF[6] CDF1-CDF6 ;
do j = 1 to 6;
if fu_days ge Time[j] and Time[j] ne . then
CD4 = CDF[j];
end;
run;
1 (共1页)
进入Statistics版参与讨论
相关主题
问个logistic regression的问题,谢谢!急问一个analysis of covariance的问题
问大家一个repeated measure的问题question on time-dependent baseline in SAS phreg!
问一些关于mixed model的问题,包子悬赏,不胜感激。求教 顾客各种属性\所定杂志 PATTERN 的分析
how to determine data fit some distribution? thanks请问用什么statistic 来measure covariance matrix估计的好不好
包子问一个统计基本概念问一个关于cox proportional hazard model的基础问题
请教 aroma.affymetrix R package统计菜鸟请教问题:关于linear regression
Help! How to get two CDFs on the same plot in SAS如何选择covariate的问题
问个概念。How to predict patient's hospital admission next year?
相关话题的讨论汇总
话题: hivpatient话题: time话题: phreg话题: cdf话题: cd4