Skip to content

Commit

Permalink
[Internals] move to SurvivalBase.jl (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv authored Jul 4, 2024
1 parent 13c94f1 commit 4c3ae01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 77 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ RateTables = "d40fb65e-c2ee-4113-9e14-cb96ca0acb32"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
SurvivalBase = "9cb6079b-e021-4662-8a75-9f65bfa286f2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
CSV = "0.10"
DataFrames = "1"
Distributions = "0.25"
LinearAlgebra = "1.6"
RateTables = "0.1.1"
RCall = "0.14"
RateTables = "0.1.1"
StatsAPI = "1"
StatsBase = "0.34"
StatsModels = "0.7"
Expand Down
4 changes: 2 additions & 2 deletions src/NetSurvival.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ using Distributions
using LinearAlgebra
using StatsAPI
using StatsBase
using StatsModels
using Tables
using Base.Cartesian
using CSV
using RateTables
using StatsModels
using SurvivalBase: Surv, Strata

include("fetch_datasets.jl")
include("Surv_and_Strata.jl")
include("Nessie.jl")
include("NPNSEstimator.jl")
include("PoharPerme.jl")
Expand Down
74 changes: 0 additions & 74 deletions src/Surv_and_Strata.jl

This file was deleted.

0 comments on commit 4c3ae01

Please sign in to comment.