Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Survey weight with firthlogit regression

    Quick question, as the title implies, I was wondering if it's possible to implement survey weights (pw weights) with a FirthLogit model? I have a model below, I wanted to use the survey weights that come with the data, if anyone has any suggestions it would be greatly appreciated.


    Code:
    
    
    local contrls i.biosex i.race_alt c.ppage i.military_branch i.education i.income i.CurrentHousing ///
                i.employment i.religious c.householdsize i.Combat i.Personal_debt i.Personal_Savings ///
                 c.NumberMedicalConditions i.maritalstatus_alt i.AnyLifetimeEviction ///
                i.AnyLifetimeForeclosuer i.AnyADLdisability i.AnyIADLdisability
                
        
         firthlogit `var' interior_housing `contrls', or

  • #2
    In a word, no. The only weights supported by -firthlogit- are fweights.

    Comment

    Working...
    X