Dear R Geeks
i'm a beginner with R and trying to apply all my simple excel tasks in R . so need your usual support please
If i have a data frame contains data of survey responses as follows
ID Date CSI Phonenumber
123 1/10/2017 12:23:00 Dissatisfied 123456
456 15/3/2017 15:41:22 Very Dissatisfied 564613
789 23/3/2018 10:21:22 Satisfied 899989
741 11/12/2017 09:12:22 Very Dissatisfied 8989845
What i want is to count those who are Dissatisfied && Very Dissatisfied per week number.
Where i need an output table same as follows
Week number Total Responses Dissatisfied+Very Dissatisfied percentage
week number of date 4 2 50%
How can i do this ?
Appreciate your support my firends
Unless this is a problem with the RStudio IDE, it really doesn't belong in the RStudio IDE topic. From a quick look, I'd saw this one probably falls under General. If you could please change it, that would be great. It also ensures that the right people see it, thereby increasing your chances of getting the help you need.
when i'm trying to solve this problem but data was stored at CSV file. used only read.csv
but resulted in an error.
Error in mutate_impl(.data, dots) :
Evaluation error: no applicable method for 'group_by_' applied to an object of class "c('double', 'numeric')".
In addition: Warning message:
All formats failed to parse. No formats found.
Would you please suggest my friend. Appreciate your kind support that i'm a new beginner with R, So Appreciate your bearing with me @tbradley