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