Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalci committed Dec 3, 2023
1 parent d01a6a3 commit b3380d4
Show file tree
Hide file tree
Showing 10 changed files with 1,510 additions and 157 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ Imports:
e1071,
epiR,
kappaSize,
gtExtras
gtExtras,
labelled
Remotes:
nbarrowman/vtree@ffa53d4ea5050fa9b26918f4bb30595e91a0f489
VignetteBuilder:
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export(kappaSizePower)
export(linechart)
export(lollipop)
export(multisurvival)
export(multisurvival2)
export(nomogram)
export(oddsratio)
export(oneSurvival)
Expand Down
15 changes: 15 additions & 0 deletions R/multisurvival2.b.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

# This file is a generated template, your changes will not be overwritten

multisurvival2Class <- if (requireNamespace('jmvcore', quietly=TRUE)) R6::R6Class(
"multisurvival2Class",
inherit = multisurvival2Base,
private = list(
.run = function() {

# `self$data` contains the data
# `self$options` contains the options
# `self$results` contains the results object (to populate)

})
)
Loading

0 comments on commit b3380d4

Please sign in to comment.