Question

Explain how you would combine these two variables into an additive index where happiness and satisfaction...

Explain how you would combine these two variables into an additive index where happiness and satisfaction work together to describe a more general state of contentment. End with a description of what the completed index would look like:

Variable 1: How happy are you? Codes: 0=Very happy, 1=Pretty happy, 2=Not at all happy

Variable 2: How satisfied are you with life? Codes: 0=Not at all satisfied, 1=Fairly satisfied, 2=Very satisfied

Homework Answers

Answer #1

First, we reverse the codes of scale:

How happy are you?

Codes: 0=Codes: 0=Not at all happy,1=Pretty happy, 2=Very happy,

How satisfied are you with life?

Codes: 0=Not at all satisfied, 1=Fairly satisfied, 2=Very satisfied

Now it becomes easy to combine these two variables into an additive index where happiness and satisfaction add together to describe contentment.

We simply add these two variables to make a new one.

How content is a person with his/her life:

Code:0=Not at all content, 1=Fairly content, 2=Very Content.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
i) Show how you would create two dummy variables, d1 and d2, for when a person...
i) Show how you would create two dummy variables, d1 and d2, for when a person started smoking, if we wanted never smokers to be the referent level. D1={ 1; if smoking as an adult, 0; if otherwise D2={ 1; if smoking as a child, 0; if otherwise ii) Using the dummy variables from part (i), suppose you decide to do the analysis using a multiple regression model:          Y  =  b0 + b1d1 + b2d2 + b3age + b4(d1)(age) + b5(d2)(age) +...
Making Attributions Think about how you would explain the following actions. In each scenario, an event...
Making Attributions Think about how you would explain the following actions. In each scenario, an event is described. Use the events below to answer the questions: The Events 1. John just failed his chemistry test 2. Donna received As on all her speeches 3. Karla received an F on her paper 4. Tim made an A on his final project Part 1: Answer these questions: A. In event #1, imagine John is your friend. What are some possible causes for...
You are interested in the effects of time spent viewing television and Body Mass Index on...
You are interested in the effects of time spent viewing television and Body Mass Index on cardiovascular fitness (CVF) in children. You have a sample of 60 middle school students. Each student reports on their average daily T.V. viewing (in hours). You also have a Body Mass Index (BMI) score for each of these individuals. As a measure of CVF, your dependent variable is their score on the PACER run (Progressive Aerobic Cardiovascular Endurance Run), a well-accepted measure of cardiovascular...
How do you relate the most to this story and why? In two strong paragraphs, explain...
How do you relate the most to this story and why? In two strong paragraphs, explain what it is about the tone and/or imagery of the story that speaks to you and why. Use some text examples to support your response Hills Like White Elephants (1927) The hills across the valley of the Ebro1 were long and white. On this side there was no shade and no trees and the station was between two lines of rails in the sun....
Leave comments on code describing what does what Objectives: 1. To introduce pointer variables and their...
Leave comments on code describing what does what Objectives: 1. To introduce pointer variables and their relationship with arrays 2. To introduce the dereferencing operator 3. To introduce the concept of dynamic memory allocation A distinction must always be made between a memory location’s address and the data stored at that location. In this lab, we will look at addresses of variables and at special variables, called pointers, which hold these addresses. The address of a variable is given by...
Requirements The task is basically to establish a relation between the two variables by applying statistical...
Requirements The task is basically to establish a relation between the two variables by applying statistical measures. The relation should be clear after that and enough to form an interpretation of about 1000 words where the enitre method is explained and the results are analyzed. Below is a little background of the topic and the research question to help you get an idea. I have attached the file as well that contains that data on which relation needs to be...
How much money do you think you would earn in a period of 30 days if...
How much money do you think you would earn in a period of 30 days if you were paid as follows: one cent for the first day, two cents for the second day, four cents for the third day, eight cents for the fourth day, and so on (i.e. your salary doubles each day)? Do you think you would make very little money, just a few dollars, at the end of the 30-day period? Let us write a program to...
Suppose we have a dataset called MYDATA. There are two variables: COMPANY and SALARY. The variable...
Suppose we have a dataset called MYDATA. There are two variables: COMPANY and SALARY. The variable COMPANY consists of CO1, CO2, and CO3 and the variable SALARY includes the employees’ salaries from these three companies. Which code is most appropriate SAS code to run ANOVA? PROC UNIVARIATE DATA = MYDATA; VAR COMPANY SALARY; PROC UNIVARIATE DATA = MYDATA; VAR COMPANY; PROC GLM DATA=MYDATA; CLASS COMPANY; MODEL SALARY = COMPANY; PROC GLM DATA=MYDATA; CLASS COMPANY; MODEL COMPANY = SALARY; Consider the...
Please follow ALL the instructions and solve it by C++. Please and thank you! There are...
Please follow ALL the instructions and solve it by C++. Please and thank you! There are two ways to write loops: (1) iterative, like the for-loops we're used to using, and (2) recursive. Your prerequisite preparation for this course should have exposed you to both, although your working knowledge of recursive loops may not be as strong as that of iterative loops. Consider the following iterative function that prints an array of characters backward: #include <iostream> #include <cstring> // print...
1. Vim commands: a. How do you auto indent your program? b. Explain what the following...
1. Vim commands: a. How do you auto indent your program? b. Explain what the following commands do: dd, y3, p, :set cindent (1 pt) VIM exercises These exercises on the computer need to be repeated by each student in the pair. This is to ensure that both students understand how to get around in Linux!!! For this part of the lab, you will create a .vimrc file that will help you develop your C++ programs using VIM. First, we...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT