sdaza / survey-methods

Survey Methods I
10 stars 9 forks source link

Homework 2 #3

Closed sdaza closed 8 months ago

sdaza commented 9 months ago

I want to use this code for my assignment, but I can't get it to work. I have the packages correctly downloaded and installed. It even shows in the code snippets on github that it doesnt work. Do you have any tips to solve this? (photo attached)

Screenshot 2023-12-18 at 14 10 23

Answer: The issue seems to lie in the names of your data (survey_data); they need to match what you have in the target.

sdaza commented 9 months ago

I thought I had done that with setting the data frame but I still can't get it to work.

I will review the class examples and examine the structure of data frames to check they are similar.