Pooled and Exact Logistics
Pooled and Exact Logistics
Regression
Mary-Winnie EAB2
Outline
•What is Pooled Logistic Regression?
•When it is applicable
•Pooled vs Panel Data (Longitudinal Data)
•Importance of Pooled Logistic Regression
•Modelling Pooled Data
•Example
•Limitations of Pooled Logistic Regression
•Summary
•Introduction to Exact Logistic Regression
•Example
•Why using Exact Logistic Regression instead of Classical Logistic Regression
•Example
•Exact logistic limitation
•Summary
•Conclusion
Scenario
Pooled logistic Regression
• An analysis that incorporates all repeated observations in a
personalised-years technique….pooling of repeated observations!
• Once an individual has an event in a particular interval all subsequent
intervals from that individual are excluded from the analysis.
• The time dependent covariates remain constant between
examination times.
• The method considers all these time dependent measurements
recorded at repeated intervals in the evaluation of the relationship
between risk factor profile and outcome
Pooled repeated observations Vs survival
Applicability
• Pooled sample to obtain an interval incidence rate of disease
• The distinction between the classic person-years approach and the
PLR method is that the latter updates the risk factors at the beginning
of each observation interval.
Pooled vs Panel Data (Longitudinal Data)
• Pooled data occur when we have a “time series of cross sections,” but
the observations in each cross section do not necessarily refer to the
same unit.
• Panel data refers to samples of the same cross-sectional units
observed at multiple points in time.
• A balanced panel has every observation from 1 to N observable in
every period 1 to T.
• An unbalanced panel has missing data.
• Panel data commands in Stata start with xt, as in xtreg.
Importance of Pooled Logistic Regression
. exlogistic
. estat se
female 1 1.224745
apcalc 1 1.224745
. logistic admit female apcalc, or