Open AprilPeck opened 3 years ago
@Dselby86
When I try to run the Margins function for q4a, I'm getting the error "object 'Adoption' not found." My code is:
margins(log, at = list(Media = mean(data$Media)), variable = "Media")
The full error says: Error in FUN(X[[i]], ...) : object 'Adoption' not found
@AprilPeck this is a discussion board from a previous semester. Please re-post at the current course shell:
https://ds4ps.org/cpp-525-sum-2021/help/
@Dselby86
When I try to run the Margins function for q4a, I'm getting the error "object 'Adoption' not found." My code is:
margins(log, at = list(Media = mean(data$Media)), variable = "Media")
The full error says: Error in FUN(X[[i]], ...) : object 'Adoption' not found