Skip to content

Commit

Permalink
export AssSpec0d()
Browse files Browse the repository at this point in the history
  • Loading branch information
lgessl committed Feb 9, 2024
1 parent dccd1d5 commit b5999e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand

export(AssSpec0d)
export(AssSpec2d)
export(DataSpec)
export(ModelSpec)
Expand Down
3 changes: 2 additions & 1 deletion R/ass_0d_spec.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
#' @param file string. The name of the csv file to save the results to. If `NULL`,
#' the results are not saved. If you supply an AssSpec0d object to `assess_0d_center()`,
#' specify the path for the *train* cohort.
#' @return An AssSpec0d S3 object
#' @return An AssSpec0d S3 object.
#' @export
AssSpec0d <- function(
metric,
pivot_time_cutoff,
Expand Down
2 changes: 1 addition & 1 deletion man/AssSpec0d.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b5999e8

Please sign in to comment.