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 +4 -4
 - data/README.md +6 -0
 - data/lib/kaplan_meier/version.rb +1 -1
 - metadata +1 -1
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 8180f2911085652125cbd243ece1334a6a58a4e8
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 904ba0452f8d5f73994b0e02a54b5504f54bb34f
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 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 
     | 
    
         
            +
            
         
     | 
| 
      
 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.
         
     | 
    
        data/lib/kaplan_meier/version.rb
    CHANGED