I want to know how we should count the number of participants in a group? For example I creat a group and add two of my friends.
Now how many participants should be there (2 or 3)?
Should it include myself as well?
Because skype does not include yourself in participant count.
Related
I have attendance data for a virtual meeting. This includes the employee name, their direct manager, and their respective join/leave timestamps. Some employees coming and going multiple times (see rows 5 and 6)
I'd like to create a visualization showing attendance (as a percentage of total attendees) over the course of the meeting session, beginning to end.
To do this, I figured I'd create a table with the first column being a sequence of times starting from the min(join_time) and ending with the max(leave_time) broken down in 30 second intervals. Then add summary columns that count the total instances where that time falls in an employee's join/leave time like this...
I'm working in R within the tidyverse so if there's a dplyr, lubridate solution that'd be ideal.
I'm using segments to check the number users for a sub-directory. Looking at the number of users per country the data seem odd: from row 4 onward all numbers are divisible by 23. Why is that?
You're most probably looking at a sampled report
Data exampleThis is my first time working in R studio.
I have a database of 36 participants but it has 150600 entries.
There is a column for the participants:
A column for the probes Activityprobe/ Screenprobe, SMSprobe and CallLogprobe
A column for the Activity Level High/low/none, screenon/off etc.
I need a code that helps me count the activity level of all the participants
High activity level. No activity level and Low activity level.
And to help me find out for every Participant what the percentages are of all their high/no/low activity.
For screenprobe I need to count how many times the participant turned their screen on and how many times they turned it off and the percentage of screen on/off.
For callLog I need to count how many times each participant got called and the percentage.
For SMS I need to count the number of SMS for each participant and their percentage.
I also need to categorize the probes. So that my database shows all the activity levels first, organized by none/high/low and then all the screenprobes, organized by on and off etc.
I hope that my description is clear
I need to use Qualtrics to elicit responses of a group of two subjects. Participants should be randomly assigned into Participant A and Participant B.
Basically, participant A would play rock-paper-scissors game against the computer. Participant B need to place a bet on player A's final outcome of the game. Survey questions would be asked to investigate the different reaction of two players.
At the END of each participants survey, player A would be informed about whether player B placed the bet or not. ie. I need to display the previous answer of a DIFFERENT survey participant in the Qualtrics survey.
There are two way I'm thinking of doing this: randomize and assign people into two survey streams, use quota counts for survey stream A and B. Compare the number of quota. If the number of quota counts for stream B is greater than stream A, then the next participant would be assigned into survey stream A. However, I do not know how to compare quota counts.
Could someone please help me with this?
You don't need to compare quota counts. Just check the "Evenly Present Elements" box on your randomizer and Qualtrics will keep the A & B counts equal for you.
I've made a SQL report that needs to do a bunch of different things, but my issue is as you can see in the picture I grouped patients, because several of them had multiple discharges and I need a count of total patients discharged. I have several other counts, but when I right click and insert summary it doesn't give me the option to select a group to do a count by. Is there a way to insert a count by the patient group?
Ryan's answer was correct. I just did a distinct count.