ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Dummy Variables (https://www.excelbanter.com/excel-discussion-misc-queries/121567-dummy-variables.html)

rz-illini85

Dummy Variables
 
I have a column of 4 different Letters(H,B,A,S) and i want to create three
different dummy columns of 1's and 0's to do a regression. How do i create
an if statement to say if column A is H then 1 if not then 0? I've tried:
=if(A2=H,1,0) and it said there was Name error

Help Please

Teethless mama

Dummy Variables
 
=IF(A2="H",1,0)

"rz-illini85" wrote:

I have a column of 4 different Letters(H,B,A,S) and i want to create three
different dummy columns of 1's and 0's to do a regression. How do i create
an if statement to say if column A is H then 1 if not then 0? I've tried:
=if(A2=H,1,0) and it said there was Name error

Help Please


Bob Phillips

Dummy Variables
 
=--A2="H"

etc.

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)
"rz-illini85" wrote in message
...
I have a column of 4 different Letters(H,B,A,S) and i want to create three
different dummy columns of 1's and 0's to do a regression. How do i
create
an if statement to say if column A is H then 1 if not then 0? I've
tried:
=if(A2=H,1,0) and it said there was Name error

Help Please




RichardSchollar

Dummy Variables
 
Bob

Wouldn't that need to be:

=--(A2="H")

Richard



Bob Phillips wrote:

=--A2="H"

etc.

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)
"rz-illini85" wrote in message
...
I have a column of 4 different Letters(H,B,A,S) and i want to create three
different dummy columns of 1's and 0's to do a regression. How do i
create
an if statement to say if column A is H then 1 if not then 0? I've
tried:
=if(A2=H,1,0) and it said there was Name error

Help Please



Bob Phillips

Dummy Variables
 
Of course it would, I kep making that error <g

Bob

(change the xxxx to gmail if mailing direct)
"RichardSchollar" wrote in message
oups.com...
Bob

Wouldn't that need to be:

=--(A2="H")

Richard



Bob Phillips wrote:

=--A2="H"

etc.

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)
"rz-illini85" wrote in message
...
I have a column of 4 different Letters(H,B,A,S) and i want to create
three
different dummy columns of 1's and 0's to do a regression. How do i
create
an if statement to say if column A is H then 1 if not then 0? I've
tried:
=if(A2=H,1,0) and it said there was Name error

Help Please






All times are GMT +1. The time now is 01:24 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com