kan-qi / UMLx

Analyze software architecture and generate insights about software development complexities, risks, and costs.
3 stars 0 forks source link

Studying the correlation between github metrics and project effort correlation #593

Open kan-qi opened 5 years ago

kan-qi commented 5 years ago

The attributes specific for github repos, for example, are:

  1. number of developers.
  2. number of commits.
  3. duration.
  4. source lines of code.

https://docs.google.com/spreadsheets/d/1gozRUgml6nCy_evCyQWzLrabhuKbRgMBJLD3Itg-NOQ/edit#gid=547704908

image

Lets try to study the correlation between the attributes and project effort.

steps:

  1. read through the script in the screenshot (1-207) image
  2. create a copy of the R script.
  3. try to replace the column names in this vector of the copy R script with the targeted attributes (in the screenshot).