Skip to content

Commit dd62cf6

Browse files
Emily-PoCopilot
andauthored
Update network_development/1_calc_network_targets.R
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e0311b2 commit dd62cf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

network_development/1_calc_network_targets.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ out$casual$nodecov$agesq <- pred
243243
## Age group - by group
244244
agegrp_glm_each <- survey::svyglm(
245245
agegrp_match ~ rel2 + as.factor(age_group),
246-
design = lsvy
246+
design = lsvy,
247+
family = quasibinomial()
247248
)
248249

249250
agegrp_data <- tibble(

0 commit comments

Comments
 (0)