Question: 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:

gender perception cyberloafing distance length
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
