Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Internals] move to SurvivalBase.jl #68

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading