Skip to content

Commit

Permalink
Remove TODO´s + fixed predict_growth_rate() in Ex
Browse files Browse the repository at this point in the history
  • Loading branch information
telkamp7 committed Oct 30, 2023
1 parent f46dabc commit 9ed7c8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions R/aedseo.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@
#'
#' # Print the AEDSEO results
#' print(aedseo_results)
#'
# TODO: #3 Rewrite the 'aedseo' function as an S3 Object @telkamp7
aedseo <- function(
tsd,
k = 5,
Expand Down
5 changes: 2 additions & 3 deletions R/predict.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#' Predict Growth Rates for Future Time Steps
#'
#' @description
#' `r lifecycle::badge("experimental")` # TODO: #3 Supersede this function
#' # or alternatively delete it completely @telkamp7
#' `r lifecycle::badge("experimental")`
#'
#' This function is used to predict future growth rates based on a model object
#' created using the AEDSEO package. It takes the model object and the number
Expand Down Expand Up @@ -44,7 +43,7 @@
#' )
#'
#' # Predict growth rates for the next 5 time steps
#' prediction <- predict_growth_rate(object = aedseo_results, n_step = 5)
#' prediction <- predict(object = aedseo_results, n_step = 5)
#'
#' # Print the prediction
#' print(prediction)
Expand Down
2 changes: 1 addition & 1 deletion man/predict.aedseo.Rd

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

0 comments on commit 9ed7c8c

Please sign in to comment.