model_sig | R Documentation |
This function return TRUE if you model have all coefficients significatives and FALSE otherwise.
model_sig( model, one_cat_sig = FALSE, p_value = 0.05, ignore_intercept_sig = TRUE, trim_chars = 2 )
model |
R model object. |
one_cat_sig |
If TRUE function will consider significant models with al least one cat of the vars significative. |
p_value |
p_value. |
ignore_intercept_sig |
If TRUE function will ignore intercept significance. |
trim_chars |
Number of chars of name vars the function will trim. |
TRUE or FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.