Coder Social home page Coder Social logo

Comments (7)

tjibbed avatar tjibbed commented on July 26, 2024

Hi Pascal,

Shouldn't generating the edgelist and/or matrix from the raw database be part of the basic analyses? A rather important functionality of the script, I would say :)

I would suggest some functionality of introducing errors into the simulated data, in particular to test if each step of the data management side of the script identifies and handles the errors correctly. I would suggest the following errors:

  • Incorrect date format (e.g. some records are dmy, while others are mdy)
  • Overlapping admissions (simple, duplicate a multi-day stay and shift it one day, or introduce a one-day stay on day two of stay >3 days.
  • Duplicate records
  • Missing values , or spaces introduced.

from hospitalnetwork.

ClementMassonnaud avatar ClementMassonnaud commented on July 26, 2024

from hospitalnetwork.

tjibbed avatar tjibbed commented on July 26, 2024

from hospitalnetwork.

ClementMassonnaud avatar ClementMassonnaud commented on July 26, 2024

from hospitalnetwork.

tjibbed avatar tjibbed commented on July 26, 2024

Reading through the minutes of the NeWIS meeting, I noticed we've forgotten about the general summary statistics. We discussed that for each database / country we should extract summary stats such as number of patients, number of hospitals, mean length of stay, etc.

I'll start writing a function to extract these.

from hospitalnetwork.

tjibbed avatar tjibbed commented on July 26, 2024

Going through the workflow of the package, isn't it an idea to include the summary statistics of the entire database into the HospiNet class? We can call the functions extracting these stats from the database within the hospinet_from_patient_database() function.

If the HospiNet is not constructed from the patient database directly, but for instance using a pre-constructed edgelist, it just remains empty (NULL). However, if it was constructed using the patient database, it would give us the opportunity to easily export the data as one file.

I think this would greatly improve the collection of data back from all participants.

from hospitalnetwork.

ClementMassonnaud avatar ClementMassonnaud commented on July 26, 2024

from hospitalnetwork.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.