pspp-dev
[Top][All Lists]
Advanced

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

Re: Requesting new procs


From: Charles Stangor
Subject: Re: Requesting new procs
Date: Fri, 16 Jul 2010 11:40:00 -0400

Here's some syntax with a bunch of statistics including the "alpha if item deleted" option. That option ("TOTAL") is actually represented in the /SUMMARY subcommand.

RELIABILITY
 /VARIABLES=a b c
 /SCALE('ALL VARIABLES')  ALL/MODEL=ALPHA
 /STATISTICS=DESCRIPTIVE SCALE HOTELLING CORR COV ANOVA COCHRAN TUKEY
 /SUMMARY=TOTAL MEANS VARIANCE COV CORR .


--------------------------------------------------
From: "Charles Stangor" <address@hidden>
Sent: Friday, July 16, 2010 11:21 AM
To: "John Darrington" <address@hidden>
Cc: <address@hidden>
Subject: Re: Requesting new procs

The procedure already exists in SPSS -- Reliability analysis, statistics, Scale if Item deleted.

Could add the other statistics options as well if desired:

General procedure:

Take the matrix of included variables

Loop I = 1 to k
Delete the kth variable
Calculate and print alpha on the basis of the k-1 remaining variables
End Loop

Finish


--------------------------------------------------
From: "John Darrington" <address@hidden>
Sent: Friday, July 16, 2010 11:10 AM
To: "Charles Stangor" <address@hidden>
Cc: <address@hidden>
Subject: Re: Requesting new procs




_______________________________________________
pspp-dev mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/pspp-dev




reply via email to

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