xKDR / Survey.jl

Analysis of complex surveys
https://xkdr.github.io/Survey.jl/
GNU General Public License v3.0
50 stars 19 forks source link

Export distribution families from GLM package #305

Closed nadiaenh closed 1 year ago

nadiaenh commented 1 year ago

We want to add GLM functionality using design-based standard error calculations instead of the standard errors already implemented in GLM, so we need to export the distribution families that are supported in GLM so they can also be supported in Survey. One option is to export the families one by one in Survey.jl. Another option is to have using GLM in the file for GLM's (src/reg.jl).

ayushpatnaikgit commented 1 year ago

I had a discussion with Mousum. Export all the families and link functions.