Git Product home page Git Product logo

deathwatch's Introduction

deathwatch

deathwatch's People

Contributors

albertoalvareziglesias2019 avatar jonathon-love avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

deathwatch's Issues

icon for deathwatch

Story: As a user I want to tell apart the different functions of Jamovi easily.

Problem: Death watch uses the generic icon

Possible Solution: Design an icon for deathwatch.

I could take on the task (or peers from opensourcedesign). Do you have any ideas of how an icon for death watch could look like?

quartiles as well as median?

I don't know how doable this is, but could the median reading be joined by third and first quartiles. That would mean that apart from being able to say that half of the cohort experienced an event at such a time (median), a quarter of them experienced it at an earlier time (third quartile) and three-quarters had experienced it by a later time (first quartile). I guess it should work:
'variable' called:
Call: survfit(formula = Surv(time, event) ~ 1, data = file)
n events median 0.95LCL 0.95UCL

I think the confidence limits are the same as the quartiles in this case.

life tables, 1, 3, 5 year survival

Hello, I would like to offer an improvement.
Is it possible to get life tables like SPSS or results from below code under this survival analysis.

library(survival)
km_fit <- survfit(Surv(time, status) ~ 1, data = data)
summary(km_fit, times = c(12,36,60))

1, 3, 5 year (12, 36, 60 months) survival are commonly used in medical studies.
survival percent at the end of given time is commonly used.

Best wishes

Add License

Story: As a potential contributor I like to know under which license the code of deathwatch is.
Problem: Deathwatch seems not to have a license, so legally, normal copyright applies
Solution: Put deathwatch under a license like GPL3, BSD or MIT.

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.