Is there a way to only print the p-values of linear models in R? I only need the p-value of the global model, NOT of the coefficients.
How to only print (adjusted) R-squared of regression model? In this post is the solution for only printing the adj. r².
I tried summary(model)$p.value
but it is not working.