Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discussion: After_hours_collaboration_hours does not contain all after-hour metrics #74

Closed
juliajuju93 opened this issue Feb 18, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@juliajuju93
Copy link
Member

Describe the bug
Looking at my data I saw that After_hours_collaboration_hours does only contain emails and meeting metrics. I had to also merge calls and IMs with them

Expected behavior
data2 <- data %>% mutate(After_hours_collaboration_hours =
select(.,
After_hours_email_hours,
After_hours_meeting_hours,
After_hours_in_calls,
After_hours_instant_messages) %>%
apply(1, sum))

@juliajuju93 juliajuju93 added the bug Something isn't working label Feb 18, 2021
@martinctc
Copy link
Member

@juliajuju93 Thanks for the issue! The crux of this is that After_hours_collaboration_hours is dependent on the product computation, so it may be confusing for the user if the function re-computes this. We can provide more clarity on the documentation, but the rationale behind limiting such calculations is to make sure that the metrics users compute from {wpa} would map on to the definitions they find in the product documentation. Does that make sense or help?

@moralec
Copy link
Contributor

moralec commented Feb 18, 2021

Also take into account that calls and meetings overlap! :)

In any case, this should get fixed soon in the product itself 👍🏽

@juliajuju93
Copy link
Member Author

Perfect - thank you guys for the explanation! It does make sense now. Just trying to recreate the WoW and I had to use this function to get the wished outcome

@MsMelissa
Copy link

I am working with demo data set and experiencing the same issue. Thanks team!

@martinctc martinctc changed the title After_hours_collaboration_hours does not contain all after-hour metrics Discussion: After_hours_collaboration_hours does not contain all after-hour metrics Feb 21, 2021
@martinctc
Copy link
Member

This will be something that has to be addressed with Workplace Analytics rather than this R package - closing this issue now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants