Package: CareDensity 0.1.0

Robin Denz
CareDensity: Calculate the Care Density or Fragmented Care Density Given a Patient-Sharing Network
Given a patient-sharing network, calculate either the classic care density as proposed by Pollack et al. (2013) <doi:10.1007/s11606-012-2104-7> or the fragmented care density as proposed by Engels et al. (2024) <doi:10.1186/s12874-023-02106-0>. By utilizing the 'igraph' and 'data.table' packages, the provided functions scale well for very large graphs.
Authors:
CareDensity_0.1.0.tar.gz
CareDensity_0.1.0.zip(r-4.7)CareDensity_0.1.0.zip(r-4.6)CareDensity_0.1.0.zip(r-4.5)
CareDensity_0.1.0.tgz(r-4.6-any)CareDensity_0.1.0.tgz(r-4.5-any)
CareDensity_0.1.0.tar.gz(r-4.7-any)CareDensity_0.1.0.tar.gz(r-4.6-any)
CareDensity_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
CareDensity/json (API)
NEWS
| # Install 'CareDensity' in R: |
| install.packages('CareDensity', repos = c('https://robindenz1.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/robindenz1/caredensity/issues
Pkgdown/docs site:https://robindenz1.github.io
care-coordinationnetwork-analysispatient-care
Last updated from:dee46eb899. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 156 | ||
| source / vignettes | OK | 188 | ||
| linux-release-x86_64 | OK | 158 | ||
| macos-release-arm64 | OK | 138 | ||
| macos-oldrel-arm64 | OK | 152 | ||
| windows-devel | OK | 107 | ||
| windows-release | OK | 109 | ||
| windows-oldrel | OK | 111 | ||
| wasm-release | OK | 110 |
Exports:care_densityfragmented_care_densityproject_to_one_mode
Dependencies:clicpp11data.tablefloatglueigraphlatticelifecyclemagrittrMatrixMatrixExtrapkgconfigRcppRhpcBLASctlrlangvctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Calculate the Care Density for all Patients | care_density |
| Calculate the Fragmented Care Density for all Patients | fragmented_care_density |
| Project a Bipartite-Network to a Single Mode | project_to_one_mode |