Skip to content

Commit

Permalink
fix a bug in matrix input article
Browse files Browse the repository at this point in the history
  • Loading branch information
tabpeter committed Oct 18, 2024
1 parent c71bfae commit 0650a6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vignettes/articles/matrix_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ admix_design2 <- create_design(X = X_plus_ancestry,
unpen = "ancestry")
# now fit a model
admix_fit2 <- plmm(design = admix_design2,
y = admix$y)
admix_fit2 <- plmm(design = admix_design2)
```

We may compare the results from the model which includes 'ancestry' to our first model:
Expand Down

0 comments on commit 0650a6d

Please sign in to comment.