Skip to content

Commit

Permalink
Create 348.R
Browse files Browse the repository at this point in the history
  • Loading branch information
florianhartig committed Jan 24, 2024
1 parent ea2f76e commit 5d76402
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Code/DHARMaIssues/348.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
M2 <- glmer(cbind(Used, NotUsed) ~ Sex + type + (1 | ID), family = binomial,
data=Use_Avail)
simOut <- simulateResiduals(M2, plot = T)
plotResiduals(simOut, Use_Avail$type)
plotResiduals(simOut, Use_Avail$Sex)

0 comments on commit 5d76402

Please sign in to comment.