Skip to content

Commit

Permalink
add method
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Mar 2, 2025
1 parent 38d17a9 commit b46beec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ S3method(print_md,estimate_predicted)
S3method(print_md,estimate_slopes)
S3method(print_md,estimate_smooth)
S3method(print_md,visualisation_matrix)
S3method(reshape_grouplevel,data.frame)
S3method(reshape_grouplevel,estimate_grouplevel)
S3method(smoothing,data.frame)
S3method(smoothing,numeric)
Expand Down
3 changes: 3 additions & 0 deletions R/reshape_grouplevel.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,6 @@ reshape_grouplevel.estimate_grouplevel <- function(x, indices = "all", group = "
class(data) <- c("reshape_grouplevel", class(data))
data
}

#' @export
reshape_grouplevel.data.frame <- reshape_grouplevel.estimate_grouplevel

0 comments on commit b46beec

Please sign in to comment.