does anyone know how I get the p_Value from the summary of a model in R? It is a linear regression model and the pciture shows the result/summary of the model. I know how to get the other values like Fstatistic or R_squared but for some reason I can't get the p_value.
Thank you!
Summary of the model
You can estimate it yourself
> pf(12.72,1,121,lower.tail=F)
[1] 0.0005192033