{"id":16552329,"url":"https://github.com/dataknit/joint","last_synced_at":"2025-10-30T13:41:05.680Z","repository":{"id":242671000,"uuid":"666854004","full_name":"dataknit/joint","owner":"dataknit","description":"R package to approximate joint distributions","archived":false,"fork":false,"pushed_at":"2023-08-08T20:53:49.000Z","size":2480,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-15T00:34:33.026Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dataknit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-07-15T19:57:28.000Z","updated_at":"2024-08-07T11:04:57.000Z","dependencies_parsed_at":"2024-06-04T11:01:29.065Z","dependency_job_id":"4aaa2048-399b-4f07-8e7f-8686a050bc09","html_url":"https://github.com/dataknit/joint","commit_stats":null,"previous_names":["jokroese/joint","dataknit/joint"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataknit%2Fjoint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataknit%2Fjoint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataknit%2Fjoint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataknit%2Fjoint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataknit","download_url":"https://codeload.github.com/dataknit/joint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241885898,"owners_count":20036956,"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":[],"created_at":"2024-10-11T19:44:34.144Z","updated_at":"2025-10-30T13:41:05.608Z","avatar_url":"https://github.com/dataknit.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# joint\n\n\u003c!-- badges: start --\u003e\n\u003c!-- badges: end --\u003e\n\nThe goal of joint is to implement methods to approximate joint distributions from multiple marginal distributions.\n\n## Installation\n\nYou can install the development version of joint from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"jokroese/joint\")\n```\n\n## Example\n\nYou can approximate a joint distribution from several marginal distributions.\n\n``` r\nlibrary(joint)\ntargets \u003c- list(age_lsoa, age_disability_la, age_nssec_la)\nempty_joint \u003c- tidyr::crossing(age_lsoa$lsoa,\n                         age_lsoa$age_91_categories,\n                         age_disability_la$disability_3_categories,\n                         age_nssec_la$nssec_10_categories)\njoint \u003c- approximate_joint(empty_joint, targets)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataknit%2Fjoint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataknit%2Fjoint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataknit%2Fjoint/lists"}