Hi,
I'd like to know how to access the p-value in a regression model.
The code below will print out regression statistics, including the p-value, but
how can I access the p-value in m?
> m <- lm(y ~ u + v + w)
> summary(m)
I'd like to know how to access the p-value in a regression model.
The code below will print out regression statistics, including the p-value, but
how can I access the p-value in m?
> m <- lm(y ~ u + v + w)
> summary(m)