Hi all,
I just want to understand how R computes p-value in a simple linear
regression model? The reason is that in Matlab in the
function which "evaluate standard errors for multivariate normal
regression", it just provide estimates and standard errors, without giving
out p-value,
It computes t-statistics as follows:
abs(beta_hat/std_beta_hat)
how to go further to get p-value?
Thanks
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.