kaplan_meier 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9d38f062c33ee604a4d050a37cb568841be20d04
4
- data.tar.gz: 55d61824fe0b9472d58b29b120a651ebff73fce7
3
+ metadata.gz: 8180f2911085652125cbd243ece1334a6a58a4e8
4
+ data.tar.gz: 904ba0452f8d5f73994b0e02a54b5504f54bb34f
5
5
  SHA512:
6
- metadata.gz: 1abf5e078e0e05a9f64d0fdf91c647d8028e86ea0b55d70cb546edb00b3ea6fff489a4fa8c02a946c13c7e71fd9e10bce643f16b37ae4f8bcb6acaaf4c26acce
7
- data.tar.gz: b497943c93cdeba233cf486e869205f9a7c5698c837c62248024418aa16527aa418bf2b83c38471843b4bdabc0c9a69e86bd8c0c9666651dbacd3243dfebc515
6
+ metadata.gz: 2873d77b65adf598e6192d8fea6af4c5b3b7458dbedbfc45b30b4433b83c6e8f7c00b69fb61d66301ca1f26183269cb7355514ab2dedfac95a757c2ef6489f14
7
+ data.tar.gz: b2e1f0ec34377c932bbca24bce62294055421d6ebb9f630a63cddf845d87ede5a9e2855ad2daef85ee55ed8789da94ec4ad2c2ea0ff09b1a19b877f51b88e254
data/README.md CHANGED
@@ -53,6 +53,12 @@ km.range
53
53
  km.values_for_range
54
54
  ```
55
55
 
56
+ Use it to drive creating graphs like this using a charting library.
57
+
58
+
59
+
60
+ ![Survival Curve](https://d.pr/i/VKI4H6+?height=400px)
61
+
56
62
  ## Development
57
63
 
58
64
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
@@ -1,3 +1,3 @@
1
1
  module KaplanMeier
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kaplan_meier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - seigel