Skip to content

Commit

Permalink
Fix singleton() bug
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusdv committed Jan 31, 2024
1 parent 554dab9 commit 32ebff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/peds-builtin.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ swpSx = function(x, ids)


BUILTIN_PEDS = list(
"Singleton" = singleton(1),
"Singleton" = pedtools::singleton(1),
"Trio" = nuclearPed(1),
"Full siblings" = nuclearPed(2, sex = 1:2),
"Half siblings (mat)" = halfSibPed(1, 1, sex2 = 2, type = "maternal"),
Expand Down

0 comments on commit 32ebff7

Please sign in to comment.