LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 2002, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sat, 2 Mar 2002 10:15:46 -0800
Reply-To:   GSQUARED <gygulyas@YAHOO.CA>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   GSQUARED <gygulyas@YAHOO.CA>
Organization:   http://groups.google.com/
Subject:   GENMOD - LOGISTIC question
Content-Type:   text/plain; charset=ISO-8859-1

Hi:

I am trying to fit what can be called a generalized logistic regression:

p=(1+exp(-_Xbeta_))**-L where p is the probability of survival of a tree (live=1, dead=0) Xbeta the linear function with explanatory variables L is the length of the growing period

if L-->infinity then p-->0 (if we observe the tree long enough, it will eventually die) if L=0 then p=1 tree is alive at the beginning of the period. L is also an explanatory variable, but cannot be included in Xbeta.

I was told that SAS cannot handle this, but it seems to me that PROC GENMOD could do it with the FWDLINK and INVLINK statements.

Can some shed some light on how? Thanks! GG


Back to: Top of message | Previous page | Main SAS-L page