Correlation:
##
## Pearson's product-moment correlation
##
## data: hr$time_spend_company and hr$number_project
## t = 24.579, df = 14997, p-value < 2.2e-16
## alternative hypothesis: true correlation is not equal to 0
## 95 percent confidence interval:
## 0.1813532 0.2121217
## sample estimates:
## cor
## 0.1967859
Interpretations:
p-value Interpretation: The p-value (< 2.2e-16) is extremely
small and less than 0.01, indicating that the correlation between time
spent at the company and the number of projects is statistically
significant.
Correlation Estimate Interpretation: The correlation coefficient is
0.1968, which is a moderate positive correlation.
Non-Technical Interpretation: Employees who have been at the company
for a longer time tend to work on a slightly higher number of projects,
though the effect is moderate
