Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I wanted an R studio sytnax for this: Run a post hoc test and correction on company perception. This is my syntax although Im

I wanted an R studio sytnax for this:

" Run a post hoc test and correction on company perception."

This is my syntax although Im getting an error:

```{r posthoc}

pairwise.t.test(final_data$cyberloafing,

final_data$perception,

p.adjust.method = "none",

paired = F,

var.equal = T)

pairwise.t.test(final_data$cyberloafing,

final_data$perception,

p.adjust.method = "bonferroni",

paired = F,

var.equal = T)

Data is final_data

Details:

Much attention has been devoted to how technological advancements have created a brave new workplace, revolutionizing the ways in which work is being carried out, and how employees can improve their productivity and efficiency. However, the advent of technology has also opened up new avenues and opportun

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

Finite Mathematics

Authors: Stefan Waner, Steven Costenoble

7th Edition

133751554X, 9781337515542

More Books

Students also viewed these Mathematics questions

Question

What did Jung mean by the term archetype? Provide examples.

Answered: 1 week ago