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
$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.
correlation
$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.
add a comment |
$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.
correlation
$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.
add a comment |
$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.
correlation
$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
correlation
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.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$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.
$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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
$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.
$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
add a comment |
$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.
$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
add a comment |
$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.
$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.
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
add a comment |
$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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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