Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2_prototype' into 2_prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sabanes Bove committed Oct 21, 2022
2 parents 6b0e838 + 9435fc8 commit 89ec09d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/gee_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ VarCorr.tern_gee <- function(x, sigma = 1, ...) {
corest <- x$geese$alpha

# Start with lower-triangular matrix part.
lower_mat <- switch(
x$corstr,
lower_mat <- switch(x$corstr,
unstructured = , # Since this is the same as exchangeable, we can do this.
exchangeable = {
tmp[lower.tri(tmp)] <- corest
Expand Down

0 comments on commit 89ec09d

Please sign in to comment.