Time Posting Data Analysis The 2019 Stack Overflow Developer Survey Results Are InTool for finding correlations between data after some eventMethods for Determining Possible Causation Between Two Time SeriesCorrelating company entities between different data sourcesEOF/PCA/MCA Analysis for a set of dataCalculating correlation between two time variablesMeasuring Effects of Multiple Changes over TimeHow is PACF analysis output related to LSTM ?Causality analysis

FPGA - DIY Programming

I see my dog run

Is there any way to tell whether the shot is going to hit you or not?

For what reasons would an animal species NOT cross a *horizontal* land bridge?

What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?

Statement true because not provable

Is "plugging out" electronic devices an American expression?

One word riddle: Vowel in the middle

Apparent duplicates between Haynes service instructions and MOT

Does the shape of a die affect the probability of a number being rolled?

"as much details as you can remember"

What is the meaning of the verb "bear" in this context?

Why hard-Brexiteers don't insist on a hard border to prevent illegal immigration after Brexit?

Why didn't the Event Horizon Telescope team mention Sagittarius A*?

Are children permitted to help build the Beis Hamikdash?

Can a rogue use sneak attack with weapons that have the thrown property even if they are not thrown?

Button changing it's text & action. Good or terrible?

What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?

Is flight data recorder erased after every flight?

What do hard-Brexiteers want with respect to the Irish border?

How to obtain Confidence Intervals for a LASSO regression?

Is a "Democratic" Oligarchy-Style System Possible?

Building a conditional check constraint

The difference between dialogue marks



Time Posting Data Analysis



The 2019 Stack Overflow Developer Survey Results Are InTool for finding correlations between data after some eventMethods for Determining Possible Causation Between Two Time SeriesCorrelating company entities between different data sourcesEOF/PCA/MCA Analysis for a set of dataCalculating correlation between two time variablesMeasuring Effects of Multiple Changes over TimeHow is PACF analysis output related to LSTM ?Causality analysis










0












$begingroup$


I work in a professional services company and would like to get some analytics on how discipline the fee earners post their times to the system may have an impact to the revenue.



One area that I am thinking of is to see if there is a correlation between how late the time entry is posted after the work was done and whether that time entry is being written off (i.e. does not make it to the bill to the client).



Is this a reasonable thing to analyse?
If so, what technique should I be looking at to analyse this, e.g. correlation, regression, clustering, etc?



If there are other things that I can analyse as well, please let me know.



I am quite new to this data analytics/mining/science so please guide me. I have some understanding of R language which will be my primary language in analysing the data (and SQL to get the data).



Thank you.










share|improve this question









$endgroup$




bumped to the homepage by Community 6 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.



















    0












    $begingroup$


    I work in a professional services company and would like to get some analytics on how discipline the fee earners post their times to the system may have an impact to the revenue.



    One area that I am thinking of is to see if there is a correlation between how late the time entry is posted after the work was done and whether that time entry is being written off (i.e. does not make it to the bill to the client).



    Is this a reasonable thing to analyse?
    If so, what technique should I be looking at to analyse this, e.g. correlation, regression, clustering, etc?



    If there are other things that I can analyse as well, please let me know.



    I am quite new to this data analytics/mining/science so please guide me. I have some understanding of R language which will be my primary language in analysing the data (and SQL to get the data).



    Thank you.










    share|improve this question









    $endgroup$




    bumped to the homepage by Community 6 hours ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      0












      0








      0





      $begingroup$


      I work in a professional services company and would like to get some analytics on how discipline the fee earners post their times to the system may have an impact to the revenue.



      One area that I am thinking of is to see if there is a correlation between how late the time entry is posted after the work was done and whether that time entry is being written off (i.e. does not make it to the bill to the client).



      Is this a reasonable thing to analyse?
      If so, what technique should I be looking at to analyse this, e.g. correlation, regression, clustering, etc?



      If there are other things that I can analyse as well, please let me know.



      I am quite new to this data analytics/mining/science so please guide me. I have some understanding of R language which will be my primary language in analysing the data (and SQL to get the data).



      Thank you.










      share|improve this question









      $endgroup$




      I work in a professional services company and would like to get some analytics on how discipline the fee earners post their times to the system may have an impact to the revenue.



      One area that I am thinking of is to see if there is a correlation between how late the time entry is posted after the work was done and whether that time entry is being written off (i.e. does not make it to the bill to the client).



      Is this a reasonable thing to analyse?
      If so, what technique should I be looking at to analyse this, e.g. correlation, regression, clustering, etc?



      If there are other things that I can analyse as well, please let me know.



      I am quite new to this data analytics/mining/science so please guide me. I have some understanding of R language which will be my primary language in analysing the data (and SQL to get the data).



      Thank you.







      correlation






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jul 13 '18 at 3:47









      iKnowNothingiKnowNothing

      1




      1





      bumped to the homepage by Community 6 hours ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 6 hours ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          1 Answer
          1






          active

          oldest

          votes


















          0












          $begingroup$

          If you visualize the lateness of time posting over the revenue, you will see the clear picture and understand the correlation.



          What you need is to create the corresponding columns in your tables.






          share|improve this answer









          $endgroup$












          • $begingroup$
            Thanks. What visualzation is appropriate for this kind of analysis?
            $endgroup$
            – iKnowNothing
            Jul 15 '18 at 6:46










          • $begingroup$
            Start with a simple scatter plot, x=lateness, y=revenue.
            $endgroup$
            – Timur
            Jul 15 '18 at 7:15











          • $begingroup$
            Thanks. If I want to answer the question "what is the relationship between the lateness of time posting and the probability of the time will get written off", what technique should I use? Is it Binomial Distribution or something else?
            $endgroup$
            – iKnowNothing
            Jul 18 '18 at 6:25











          Your Answer





          StackExchange.ifUsing("editor", function ()
          return StackExchange.using("mathjaxEditing", function ()
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          );
          );
          , "mathjax-editing");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "557"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f34403%2ftime-posting-data-analysis%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0












          $begingroup$

          If you visualize the lateness of time posting over the revenue, you will see the clear picture and understand the correlation.



          What you need is to create the corresponding columns in your tables.






          share|improve this answer









          $endgroup$












          • $begingroup$
            Thanks. What visualzation is appropriate for this kind of analysis?
            $endgroup$
            – iKnowNothing
            Jul 15 '18 at 6:46










          • $begingroup$
            Start with a simple scatter plot, x=lateness, y=revenue.
            $endgroup$
            – Timur
            Jul 15 '18 at 7:15











          • $begingroup$
            Thanks. If I want to answer the question "what is the relationship between the lateness of time posting and the probability of the time will get written off", what technique should I use? Is it Binomial Distribution or something else?
            $endgroup$
            – iKnowNothing
            Jul 18 '18 at 6:25















          0












          $begingroup$

          If you visualize the lateness of time posting over the revenue, you will see the clear picture and understand the correlation.



          What you need is to create the corresponding columns in your tables.






          share|improve this answer









          $endgroup$












          • $begingroup$
            Thanks. What visualzation is appropriate for this kind of analysis?
            $endgroup$
            – iKnowNothing
            Jul 15 '18 at 6:46










          • $begingroup$
            Start with a simple scatter plot, x=lateness, y=revenue.
            $endgroup$
            – Timur
            Jul 15 '18 at 7:15











          • $begingroup$
            Thanks. If I want to answer the question "what is the relationship between the lateness of time posting and the probability of the time will get written off", what technique should I use? Is it Binomial Distribution or something else?
            $endgroup$
            – iKnowNothing
            Jul 18 '18 at 6:25













          0












          0








          0





          $begingroup$

          If you visualize the lateness of time posting over the revenue, you will see the clear picture and understand the correlation.



          What you need is to create the corresponding columns in your tables.






          share|improve this answer









          $endgroup$



          If you visualize the lateness of time posting over the revenue, you will see the clear picture and understand the correlation.



          What you need is to create the corresponding columns in your tables.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jul 13 '18 at 18:03









          TimurTimur

          812




          812











          • $begingroup$
            Thanks. What visualzation is appropriate for this kind of analysis?
            $endgroup$
            – iKnowNothing
            Jul 15 '18 at 6:46










          • $begingroup$
            Start with a simple scatter plot, x=lateness, y=revenue.
            $endgroup$
            – Timur
            Jul 15 '18 at 7:15











          • $begingroup$
            Thanks. If I want to answer the question "what is the relationship between the lateness of time posting and the probability of the time will get written off", what technique should I use? Is it Binomial Distribution or something else?
            $endgroup$
            – iKnowNothing
            Jul 18 '18 at 6:25
















          • $begingroup$
            Thanks. What visualzation is appropriate for this kind of analysis?
            $endgroup$
            – iKnowNothing
            Jul 15 '18 at 6:46










          • $begingroup$
            Start with a simple scatter plot, x=lateness, y=revenue.
            $endgroup$
            – Timur
            Jul 15 '18 at 7:15











          • $begingroup$
            Thanks. If I want to answer the question "what is the relationship between the lateness of time posting and the probability of the time will get written off", what technique should I use? Is it Binomial Distribution or something else?
            $endgroup$
            – iKnowNothing
            Jul 18 '18 at 6:25















          $begingroup$
          Thanks. What visualzation is appropriate for this kind of analysis?
          $endgroup$
          – iKnowNothing
          Jul 15 '18 at 6:46




          $begingroup$
          Thanks. What visualzation is appropriate for this kind of analysis?
          $endgroup$
          – iKnowNothing
          Jul 15 '18 at 6:46












          $begingroup$
          Start with a simple scatter plot, x=lateness, y=revenue.
          $endgroup$
          – Timur
          Jul 15 '18 at 7:15





          $begingroup$
          Start with a simple scatter plot, x=lateness, y=revenue.
          $endgroup$
          – Timur
          Jul 15 '18 at 7:15













          $begingroup$
          Thanks. If I want to answer the question "what is the relationship between the lateness of time posting and the probability of the time will get written off", what technique should I use? Is it Binomial Distribution or something else?
          $endgroup$
          – iKnowNothing
          Jul 18 '18 at 6:25




          $begingroup$
          Thanks. If I want to answer the question "what is the relationship between the lateness of time posting and the probability of the time will get written off", what technique should I use? Is it Binomial Distribution or something else?
          $endgroup$
          – iKnowNothing
          Jul 18 '18 at 6:25

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Data Science Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f34403%2ftime-posting-data-analysis%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Ружовы пелікан Змест Знешні выгляд | Пашырэнне | Асаблівасці біялогіі | Літаратура | НавігацыяДагледжаная версіяправерана1 зменаДагледжаная версіяправерана1 змена/ 22697590 Сістэматыкана ВіківідахВыявына Вікісховішчы174693363011049382

          ValueError: Error when checking input: expected conv2d_13_input to have shape (3, 150, 150) but got array with shape (150, 150, 3)2019 Community Moderator ElectionError when checking : expected dense_1_input to have shape (None, 5) but got array with shape (200, 1)Error 'Expected 2D array, got 1D array instead:'ValueError: Error when checking input: expected lstm_41_input to have 3 dimensions, but got array with shape (40000,100)ValueError: Error when checking target: expected dense_1 to have shape (7,) but got array with shape (1,)ValueError: Error when checking target: expected dense_2 to have shape (1,) but got array with shape (0,)Keras exception: ValueError: Error when checking input: expected conv2d_1_input to have shape (150, 150, 3) but got array with shape (256, 256, 3)Steps taking too long to completewhen checking input: expected dense_1_input to have shape (13328,) but got array with shape (317,)ValueError: Error when checking target: expected dense_3 to have shape (None, 1) but got array with shape (7715, 40000)Keras exception: Error when checking input: expected dense_input to have shape (2,) but got array with shape (1,)

          Illegal assignment from SObject to ContactFetching String, Id from Map - Illegal Assignment Id to Field / ObjectError: Compile Error: Illegal assignment from String to BooleanError: List has no rows for assignment to SObjectError on Test Class - System.QueryException: List has no rows for assignment to SObjectRemote action problemDML requires SObject or SObject list type error“Illegal assignment from List to List”Test Class Fail: Batch Class: System.QueryException: List has no rows for assignment to SObjectMapping to a user'List has no rows for assignment to SObject' Mystery