Description Usage Arguments Value Examples
View source: R/mult_analysis.R
Fit the multivariable model comprising all variables identified in the univariate analysis (univ_analysis()). Then, the variables that do not contribute to the model based in a p.value threshold (e.g., p-value > 0.05) will be excluded and a new smaller model will be fitted.
1 | mult_analysis(data, p_threshold = 0.05)
|
data |
A data frame. |
p_threshold |
Numeric variable between 0 and 1. |
The summary for the final logistic model based on FRACTURE outcome versus the significant numerical variables.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.