Displaying 1 result from an estimated 1 matches for "clogistic".
Did you mean:
  logistic
  
2011 Feb 27
3
nested case-control study
...on of absolute 
risk from nested case-control data" by Langholz and Borgan (1997) where 
Horvitz-Thompson sampling weight (log of (number in the risk set divided by the 
number sampled)) is used with regression. In SAS Proc Phreg, this is implemented 
as an offset (offset=logweight). I checked clogistic() in Epi package and 
clogit() in survival package, but couldn't figure out how to incorporate this 
weighting with either. 
Also when considering nested case-control sampling for Cox proportional hazards 
model, the above method can estimate absolute risk of developing disease over a 
specif...