{"id":14067510,"url":"https://github.com/thongphamthe/PAFit","last_synced_at":"2025-07-30T01:31:25.512Z","repository":{"id":52202662,"uuid":"79967818","full_name":"thongphamthe/PAFit","owner":"thongphamthe","description":"PAFit source","archived":false,"fork":false,"pushed_at":"2024-03-28T14:36:02.000Z","size":11037,"stargazers_count":17,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"devel","last_synced_at":"2024-11-16T15:38:50.862Z","etag":null,"topics":["complex-networks","cran","fit-get-richer","general-preferential-attachment","minorize-maximization","preferential-attachment","r","rich-get-richer","scale-free","temporal-networks"],"latest_commit_sha":null,"homepage":"https://CRAN.R-project.org/package=PAFit","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thongphamthe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-25T00:14:14.000Z","updated_at":"2024-06-16T10:57:31.000Z","dependencies_parsed_at":"2022-08-03T15:19:48.674Z","dependency_job_id":"cbc94293-19cd-494a-9c01-50b7ecb5db47","html_url":"https://github.com/thongphamthe/PAFit","commit_stats":{"total_commits":183,"total_committers":2,"mean_commits":91.5,"dds":0.005464480874316946,"last_synced_commit":"6abdb3909b47419059aa8989cd4226069487e80c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thongphamthe%2FPAFit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thongphamthe%2FPAFit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thongphamthe%2FPAFit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thongphamthe%2FPAFit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thongphamthe","download_url":"https://codeload.github.com/thongphamthe/PAFit/tar.gz/refs/heads/devel","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228065342,"owners_count":17863981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["complex-networks","cran","fit-get-richer","general-preferential-attachment","minorize-maximization","preferential-attachment","r","rich-get-richer","scale-free","temporal-networks"],"created_at":"2024-08-13T07:05:38.082Z","updated_at":"2024-12-04T07:31:14.106Z","avatar_url":"https://github.com/thongphamthe.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"# PAFit package\n\u003c!--[![codecov](https://codecov.io/gh/thongphamthe/PAFit/branch/master/graph/badge.svg)](https://codecov.io/gh/thongphamthe/PAFit)--\u003e\n[![Downloads from CRAN](https://cranlogs.r-pkg.org/badges/PAFit?color=brightgreen)](https://CRAN.R-project.org/package=PAFit)\n[![Downloads from CRAN](https://cranlogs.r-pkg.org/badges/grand-total/PAFit?color=brightgreen)](https://CRAN.R-project.org/package=PAFit)\n[![CRAN](https://www.r-pkg.org/badges/version/PAFit)](https://cran.rstudio.com/package=PAFit)\n[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-brightgreen.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n\nThis package provides a framework for modelling and inferencing attachment mechanisms of temporal complex networks. The two main functionalities of the package are:\n* Estimating preferential attachment (PA) and fitness when the growth process can be observed. This is when one can observe the temporal network at at least two time-steps. For estimating the PA function in isolation, we implement Jeong's method, the corrected Newman's method and the PAFit method. For jointly estimating the PA function and node fitnesses, we implement the PAFit method.\n* Estimating PA from only one snapshot of the temporal network.  We implement the *PAFit-oneshot* method for estimating the PA function from one single snapshot.\n\nIn addition, the package can quantify the remaining uncertainties by providing confidence intervals for the estimated results. We also provide flexible methods to generate a wide range of temporal networks based on PA and fitness.   \n\nInstallation\n------------\n\nThe release version of the package is hosted on [CRAN](https://CRAN.R-project.org/package=PAFit) and can be installed in the usual way:\n```r\ninstall.packages(\"PAFit\")\n```\n\nThis dev version on GitHub can be installed as follows:\n```r\nrequire(devtools)\ninstall_github(\"thongphamthe/PAFit@devel\")\n```\n\nGetting started\n---------------\n\nTo get started, load the package\n```r\nlibrary(\"PAFit\")\n```\nthen work through the tutorial (link to the current CRAN version):\n\n * [Tutorial](https://CRAN.R-project.org/package=PAFit/vignettes/Tutorial.pdf)\n \nA version of this tutorial is published in Journal of Statistical Software:\n  * [JSS paper](https://www.jstatsoft.org/article/view/v092i03)\n\nThe *PAFit-oneshot* method is described in [this paper](https://academic.oup.com/comnet/article/9/5/cnab024/6377709).\n  \nReference manual\n---------------\n\nPlease refer to the current version on CRAN:\n\n * [Manual](https://CRAN.R-project.org/package=PAFit/PAFit.pdf) \n\nYou can view the html version, which has a better layout but renders mathematical symbols worse than the pdf version, if you use [Rstudio](https://www.rstudio.com/) \n\nNEWS\n---------------\n\nPlease refer to the current version on CRAN:\n\n * [NEWS](https://CRAN.R-project.org/package=PAFit/news.html)\n\nCitation\n---------------\n\nPlease refer to the citation information file (link to the current CRAN version): \n\n * [Citation Info](https://CRAN.R-project.org/package=PAFit/citation.html)\n \nLicense\n-----------------\nGPL-3\n\nOther information\n-----------------\n\n * If you have any suggestions or find bugs, please use the github [issue tracker](https://github.com/thongphamthe/PAFit/issues)\n * Feel free to submit pull requests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthongphamthe%2FPAFit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthongphamthe%2FPAFit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthongphamthe%2FPAFit/lists"}