Answered step by step
Verified Expert Solution
Link Copied!

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:

image text in transcribed
gender perception cyberloafing distance length > female fair 11.182000 6.98736485 14.86418 female fair 12.719721 6.09884616 14.54536 W N female fair 10.069888 3.72001398 22.26782 4 female fair 9.270543 0.08755471 29.34575 5 female fair 12.728852 4.85087861 18.46501 6 female fair 16.011799 4.80730311 16.63681 6 rows

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Elementary Differential Equations And Boundary Value Problems

Authors: William E Boyce, Richard C DiPrima

10th Edition

1118475739, 9781118475737

More Books

Students also viewed these Mathematics questions