Post Reply 
(50g) Working Multiple linear regression in English
04-16-2022, 01:32 AM
Post: #5
RE: (50g) Working Multiple linear regression in English
Thank you.
So far, I tried this (my comments are after #)

DATA # change directory to DATA
MY.EX # change directory to MY.EXAMPLE
{ X10 X20 X30 Y15 } # create a list with dependent variable values in columns X10, X20, X30 and dependent variable values in Y15
C.REG # execute the regression command

I get a matrix with the results.

The directory is now full with computed values.

My questions:
1) how can I get the p-value for the F value of the entire model?
2) how can I get the p-values of X10, X20, and X30 independent variables?

Thanks,
A
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (50g) Working Multiple linear regression in English - acser - 04-16-2022 01:32 AM



User(s) browsing this thread: 1 Guest(s)