Skip to content

Commit

Permalink
fix gee coefficient display (#695)
Browse files Browse the repository at this point in the history
close #694

<!--- Replace `#nnn` with your issue link for reference. -->

Fixes #nnn

Signed-off-by: Joe Zhu <sha.joe.zhu@gmail.com>
Co-authored-by: Emily de la Rua <59304861+edelarua@users.noreply.github.com>
  • Loading branch information
shajoezhu and edelarua authored Nov 30, 2022
1 parent 998322b commit db9bd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tm_a_gee.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ template_a_gee <- function(output_table,
} else if (output_table == "t_gee_coef") {
substitute(
expr = {
result_table <- tern.gee::as.rtable(model_fit, type = "coef", conf_level = conf_level)
result_table <- tern.gee::as.rtable(data.frame(Coefficient = model_fit$coefficients))
subtitles(result_table) <- st
main_footer(result_table) <- mf
},
Expand Down

0 comments on commit db9bd35

Please sign in to comment.