Marek Blazewicz

Results 5 issues of Marek Blazewicz

For analysis of covariance, like here: ``` example(tm_t_ancova, package = 'teal.modules.clinical') shinyApp(app$ui, app$server) ``` Shouldn't we add a table with additional statistics, like SS, F, df etc?

sme

Idea is to add an additional table with other stats (pvals, df, likelihood test, z etc.) for Cox regression: ``` example(tm_t_coxreg, package = 'teal.modules.clinical') shinyApp(app$ui, app$server) ``` Currently there is...

sme

Idea is to add an additional table with full model stats (and other metrics, idk, psuedo-r2?) for logistic regression: ``` example(tm_t_logistic, package = 'teal.modules.clinical') shinyApp(app$ui, app$server) ```

sme

Run: ``` example(tm_t_pp_laboratory, package = 'teal.modules.clinical') # or: example(tm_t_pp_prior_medication, package = 'teal.modules.clinical') shinyApp(app$ui, app$server) ``` and add a first, default view to a reporter. The table printed in output is...

core

### Feature description When using ``` teal.gallery::launch_app("safety") ``` branch: main, his warning is still present: ``` Warning in min > value || max < value : 'length(x) = 2 >...

enhancement
core