Displaying 2 results from an estimated 2 matches for "kolodziej".
2012 Jan 02
4
Create variable with AND IF statement
Hello,
I'm using SPSS at work but really would like to switch to R. Right now I'm
trying to learn R in reproducing calculations I did with SPSS but am stuck
with something that is quite simple and comprehensible in SPSS-Syntax:
IF (variable1.fac = 0 AND variable2.num = 0) variable3=1.
IF (variable1.fac = 0 AND variable2.num >= 1) variable3=2.
IF (variable1.fac = 1 AND variable2.num =
2006 Mar 20
1
Error when configuring rails to run in subdomain
All,
I''ve a problem configuring rails app to run in a subdomain.
I''ve set up an application that runs on sth like:
http://mydomain.com/shop/public/admin
which points to /home/myhome/webroot/shop/public/admin
where "shop" is the rails app directory - and it works fine.
But when I use my ISP''s web configuration utility to set a subdomain
like