Skip to content

Commit

Permalink
Prf/996inteal topleft annot (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
Collin, Francois {FIEV~Warsaw} authored and GitHub Enterprise committed Dec 16, 2020
1 parent 9e93d92 commit 6070fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/tm_t_logistic.R
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ ui_t_logistic <- function(id, ...) {
ns <- NS(id)
standard_layout(
output = white_small_well(
verbatimTextOutput((ns("text"))),
uiOutput(ns("table"))
),
encoding = div(
Expand Down Expand Up @@ -501,6 +500,7 @@ srv_t_logistic <- function(input,

ANL <- chunks_get_var("ANL") # nolint
validate_has_data(ANL, 10)
paramcd <- as.character(unique(ANL[[unlist(paramcd$filter)["vars"]]]))

interaction_var <- as.vector(anl_m$columns_source$interaction_var)
interaction_var <- interaction_var[interaction_var %in% as.vector(anl_m$columns_source$cov_var)]
Expand All @@ -524,7 +524,7 @@ srv_t_logistic <- function(input,
ref_arm = input$ref_arm,
comp_arm = input$comp_arm,
combine_comp_arms = input$combine_comp_arms,
topleft = paramcd$filter[[1]]$selected[[1]],
topleft = paramcd,
conf_level = as.numeric(input$conf_level),
at = if (at_flag) at_values else NULL,
responder_val = input$responders
Expand Down

0 comments on commit 6070fee

Please sign in to comment.