Sposoby zbadania modelu w R
model
# Call summary() on model to get more details
summary(model)
# Call glance() on model to see the details in a tidier form
broom::glance(model)
# Call wrapFTest() on model to see the most relevant details
sigr::wrapFTest(model)
Successful Salmon