I have a table with data from one system which has several applications installed. The table contains the number of times the system has opened each application for each month. I would like to compare the usage of each application vs all the apps together. What I want to discover is if the increment of an application usage is similar or different to the all-applications trend.
I was trying to build linear regression models for each application and for all the apps aggregated. However I don't see the way perform the comparison properly. I had thought of using the Linear mixed models but I'm not sure this is the right way to do it and I'm not sure how to do it.
If anyone could help me, it would be great.