pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: R-Quadrat vs R-square


From: John Darrington
Subject: Re: R-Quadrat vs R-square
Date: Sat, 18 Jan 2014 13:13:26 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Jan 17, 2014 at 04:07:06PM +0100, Karl Sinn wrote:
     OK, thanks for the answer.
     
     Could you please tell me which measure is calculated/reported in
     the first column of the "model summary"?

See the sample session below.

Don't forget that you can always see the origin untranslated messages simply be 
setting the LC_ALL environment variable to "C".

PSPP is free software and you are welcome to distribute copies of it
under certain conditions; type "show copying." to see the conditions.
There is ABSOLUTELY NO WARRANTY for PSPP; type "show warranty." for details.
GNU pspp 0.8.2 (Thu Jan 16 10:55:12 UTC 2014).
PSPP> data list notable list /x y*.
PSPP> begin data.
data> 1 2
data> 3 4
data> 5 6
data> 7 8
data> end data.
PSPP> regression x /dependent = y.
Model Summary (y)
#=======#========#=================#==========================#
#    R  #R Square|Adjusted R Square|Std. Error of the Estimate#
##======#========#=================#==========================#
#|1.0000#  1.0000|           1.0000|                     .0000#
##======#========#=================#==========================#

ANOVA (y)
#===========#==============#==#===========#=========#=====#
#           #Sum of Squares|df|Mean Square|    F    | Sig.#
##==========#==============#==#===========#=========#=====#
#|Regression#       20.0000| 1|    20.0000|+Infinity|.0000#
#|Residual  #         .0000| 2|      .0000|         |     #
#|Total     #       20.0000| 3|           |         |     #
##==========#==============#==#===========#=========#=====#

Coefficients (y)
#===========#============================#=========================#=========#=====#
#           # Unstandardized Coefficients|Standardized Coefficients|         |  
   #
#|          #------------+---------------+-------------------------+         |  
   #
#|          #      B     |   Std. Error  |           Beta          |    t    | 
Sig.#
##==========#============#===============#=========================#=========#=====#
#|(Constant)#      1.0000|          .0000|                    
.0000|+Infinity|.0000#
#|x         #      1.0000|          .0000|                   
1.0000|+Infinity|.0000#
##==========#============#===============#=========================#=========#=====#
PSPP> 
     

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]