Question
Appreciate if someone could help out here. This is the question: - Are there differences in cyberloafing based on the perception of the company? Use
Appreciate if someone could help out here.
This is the question:
- Are there differences in cyberloafing based on the perception of the company? Use a one-way ANOVA to determine if there are group differences.
- Run the ANOVA using the `ez` library.
This is the code Ive run on Rtsudio:
final_data$gender
ezANOVA(data = final_data,
dv = cyberloafing,
between = gender,
wid = gender,
type = 3,
detailed = T)
This is the error Im getting:
Error in final_data$gender : object of type 'closure' is not subsettable
This is the data:(Please let me know in the comments if you're unable to see this):
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started