Mr. Miller, As advised by you I have used Proc GLM for the same but the results are not matching with excel data analysis. I have used the following procedure, please let me know if it is the right way to do it. ods graphics on; proc glm data=wives plot=diagnostics; class Home; model Outside = Home; run; ods graphics off; Also attached is the outcome of GLM ( it is giving F Value) in PDF format and excel data analysis (It is giving T Value). How can we conclude that both results in same analysis. Regards
... View more