Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed May 23, 2024
1 parent 276c4f3 commit cc0062d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/get_emmeans.R
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ model_emmeans <- get_emmeans

info <- attributes(estimated)

attr(means, "at") <- info$at
attr(means, "at") <- info$by
attr(means, "by") <- info$by
attr(means, "fixed") <- info$fixed
means
}
Expand Down

0 comments on commit cc0062d

Please sign in to comment.