Groups
Groups
Sign in
Groups
Groups
comp.soft-sys.stat.spss
Conversations
About
Send feedback
Help
Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Learn more
Math Syntax function (SIN/Inverse)
29 views
Skip to first unread message
xtrem...@gmail.com
unread,
May 12, 2013, 9:21:03 PM
5/12/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Is anyone familiar with the inverse syntax in SPSS. I'm trying to multiple two variables and get the inverse of that and it is not working.
The calculation is (X*Y)^-1.
The ^-1 is the part that SPSS does not like. How can I transform that into the correct syntax?
Thanks in advance...
CD
Rich Ulrich
unread,
May 13, 2013, 1:53:03 AM
5/13/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Concisely,
1/(X*Y) .
Generally, probably
(X*Y)**(-1) , like in Fortran.
--
Rich Ulrich
xtrem...@gmail.com
unread,
May 13, 2013, 7:55:14 AM
5/13/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Thanks Rich, it worked!
CD
0 new messages