Question

Hello there, I'm working on an spss assignment and I have two sets of variables Age1...

Hello there, I'm working on an spss assignment and I have two sets of variables Age1 and Partners Age2, I'm needing to figure out how to get the percentage of both Age1 and Partners Age2 that are 51 years old and older. May I ask how to do this in spss? thanks!

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer:

Hello there, I'm working on an spss assignment and I have two sets of variables Age1 and Partners Age2, I'm needing to figure out how to get the percentage of both Age1 and Partners Age2 that are 51 years old and older. May I ask how to do this in spss? thanks!

Create new variable age.cod with two groups with age variables Age1 and Age2 both values   ≤51 and > 51. Then run the frequencies for the coded variable.

You can use

Compute and IF commands for this.

SPSS command for this

compute age.code = 2.

IF (Age1 <= 51 & Age2 <= 51) age.code=1.

VALUE LABELS age.code 1 '<= 51.00' 2 '52.00+'.

execute.

Now run frequencies for the coded variable age.code to get the required percentages.

Add a comment
Know the answer?
Add Answer to:
Hello there, I'm working on an spss assignment and I have two sets of variables Age1...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Hello I'm needing help on how to solve this, I have the answers which is: deltaV...

    Hello I'm needing help on how to solve this, I have the answers which is: deltaV =-150V and delta u= -3n J(loss) but not the steps of how to get to it. Thanks in advance! A uniform electric field is given by E = 750h 1/m. A charge q 201C moves from (o, o) to (20, 60) em. Through what potential difference did the charge move? What is the change in its potential energy (specify gain or loss)?

  • Hello everyone! I am working on my assignment for C++ and I'm having a bit of...

    Hello everyone! I am working on my assignment for C++ and I'm having a bit of trouble on the value producing functions, I am creating a program wherein I have to input a value and I need to create a function called square value where in it will square the value I have input. I cannot seem to figure out this part. Here is the code that I have so far, and thank you for any help. I greatly appreciate...

  • I'm currently working on a problem and I'm stuck at this step --> I need to...

    I'm currently working on a problem and I'm stuck at this step --> I need to get Q to equal 504 from this equation, 0.45V = 0.53V - 0.0592/2 logQ No matter what I try I can't seem to get Q=504 as an answer for that. Please help and explain how you got it! Thank you!! ..I know the first step would be to -0.53 from both sides which gives me -0.08= -0.0592/2 logQ but then I don't know what...

  • I working on an assignment in which i have to write 3 learning objection and an...

    I working on an assignment in which i have to write 3 learning objection and an outline using the 3 domains of learning. I have some ideas but would like feedback on which works best as an affective domain and I'm stumped on what to write as an outline for it. please keep in mind I have to "teach" the class my topic- Weight Loss: Healthy ways to alter diet to lose weight and I need a way to evaluate...

  • Hello! May I know how to interpret the data from this figure? I'm having a hard...

    Hello! May I know how to interpret the data from this figure? I'm having a hard time understanding it and figuring out the evolutionary relationships between the branches. 37| Sample3 44 Sample 71 Sample4 Sample5 Sample 1 Sample2 0.10 Fig. 1. Neighbor joining tree for Bacillus thuringiensis samples 59 Sample2 32 Sample5 Sample 1 Sample4 Sample3 96 Sample6 Fig. 2. Maximum parsimony tree for Bacillus thuringiensis samples

  • I have an assignment that I don't fully understand. I'm working on it, but I'd like...

    I have an assignment that I don't fully understand. I'm working on it, but I'd like some help. I was given the following information: -20 Subjects, randomly and evenly assigned to assigned to 4 groups. Each group was given an amount of time to master a certain task(4 hours, 8 hours, 24 hours, 40 hours). The mean of their errors after 200 hours were: Group 1, 42 errors. group 2 40, group 3 34, group 4 33. I was then...

  • Hello, I have a assignment where the user inputs a word and the out will then...

    Hello, I have a assignment where the user inputs a word and the out will then tell the user how many of the five vowels are in the word so for example if I typed the word hello, it would output {0 1 0 0 0 } since there is only one vowel and that is e which is in the second row, I have most of it done, but I can't seem to figure out how to get the...

  • Hello, I'm working on inserting data into a table using MySQL and Python on my Windows...

    Hello, I'm working on inserting data into a table using MySQL and Python on my Windows OS laptop; and I am asked to modify the script so that it executes an insert query in one of my database tables. I am also asked to print the table before and after I execute this query in order to ensure the new information was inserted into the table. I'd like to INSERT INTO my EMPLOYEE table. The columns are employee_id, employee_password, order_id...

  • Correlation This assignment will examine your ability to analyze the relationship between two variables, create an...

    Correlation This assignment will examine your ability to analyze the relationship between two variables, create an equation for predicting one variable from the other, and to critique the results of the data. You will be given the data for 2 psychological experiments looking at the relationship between variables. For these sets of data you will: (1) use the SPSS program to calculate the correlation and create a scatterplot (2) provide the appropriate output given from the program (3) describe this...

  • I have a homework assignment for an Intro to Math Economics Class that I'm having difficulty...

    I have a homework assignment for an Intro to Math Economics Class that I'm having difficulty understanding. (Short Run Phillips Curve Problem) A short-run Phillips curve for our purposes is simply the rate of inflation as a function of the rate of unemployment. Suppose that we have found that over the years that the Phillips curve had a very simple form, namely, that the product of the inflation rate and the unemployment rate was always 20 percent no matter what...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT