Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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 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:
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