Closed jrosen48 closed 11 months ago
@qinyun-lin could you look into this?
if we use "<-", then dd is: A tibble: 1 × 2 |
est_eff <- est_eff |
beta_threshold <- beta_threshold |
---|---|---|
2 | 0.789 |
We need to use "=" so that we get dd as: A tibble: 1 × 2 | est_eff |
beta_threshold |
---|---|---|
2 | 0.789 |
model_output <- pkonfound(2, .4, 200, 3, to_return = c("raw_output", "thresh_plot", "corr_plot"))
returns an error: